diff --git a/Cargo.toml b/Cargo.toml index 448a450312f..da337457d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ matrix-sdk = { path = "crates/matrix-sdk", version = "0.7.0", default-features = matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.7.0" } matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.7.0" } matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.7.0" } -matrix-sdk-ffi-macros = { path = "testing/matrix-sdk-ffi-macros", version = "0.7.0" } +matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" } matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.7.0", default-features = false } matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.7.0" } matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.7.0", default-features = false } diff --git a/testing/matrix-sdk-ffi-macros/Cargo.toml b/bindings/matrix-sdk-ffi-macros/Cargo.toml similarity index 100% rename from testing/matrix-sdk-ffi-macros/Cargo.toml rename to bindings/matrix-sdk-ffi-macros/Cargo.toml diff --git a/testing/matrix-sdk-ffi-macros/README.md b/bindings/matrix-sdk-ffi-macros/README.md similarity index 100% rename from testing/matrix-sdk-ffi-macros/README.md rename to bindings/matrix-sdk-ffi-macros/README.md diff --git a/testing/matrix-sdk-ffi-macros/src/lib.rs b/bindings/matrix-sdk-ffi-macros/src/lib.rs similarity index 100% rename from testing/matrix-sdk-ffi-macros/src/lib.rs rename to bindings/matrix-sdk-ffi-macros/src/lib.rs