chore(bindings): Move matrix-sdk-ffi and matrix-sdk-crypto-ffi into the bindings/ directory.

This commit is contained in:
Ivan Enderlin committed 2022-06-23 11:31:59 +02:00
1 parent f3a61020e7
commit ecc28efd53
30 files changed
+51 -66

No files matched your search

+2 -2
View File
@@ -28,10 +28,10 @@ coverage:
- "crates/matrix-sdk-ffi/"
patch: off
ignore:
- "bindings/matrix-sdk-crypto-ffi"
- "bindings/matrix-sdk-crypto-js"
- "bindings/matrix-sdk-crypto-nodejs"
- "crates/matrix-sdk-crypto-ffi"
- "crates/matrix-sdk-ffi"
- "bindings/matrix-sdk-ffi"
- "crates/matrix-sdk-indexeddb"
- "crates/matrix-sdk-test"
- "crates/matrix-sdk-test-macros"