Skip to content

Commit 41a2ad0

Browse files
committed
chore: Move the ffi macros into the bindings folder
1 parent 3291940 commit 41a2ad0

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ matrix-sdk = { path = "crates/matrix-sdk", version = "0.7.0", default-features =
8585
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.7.0" }
8686
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.7.0" }
8787
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.7.0" }
88-
matrix-sdk-ffi-macros = { path = "testing/matrix-sdk-ffi-macros", version = "0.7.0" }
88+
matrix-sdk-ffi-macros = { path = "bindings/matrix-sdk-ffi-macros", version = "0.7.0" }
8989
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.7.0", default-features = false }
9090
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.7.0" }
9191
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.7.0", default-features = false }

0 commit comments

Comments
 (0)