crypto: Depend on a hosted rust-sdk version

This commit is contained in:
Damir Jelić 2021-11-15 10:31:07 +01:00
parent 097f05af57
commit ba7aa3513b
1 changed files with 4 additions and 6 deletions

View File

@ -28,14 +28,12 @@ version = "0.2.1"
features = ["lax_deserialize"]
[dependencies.matrix-sdk-common]
path = "/home/poljar/werk/matrix/nio-rust/crates/matrix-sdk-common/"
# git = "https://github.com/matrix-org/matrix-rust-sdk/"
# rev = "9bae87b0ac213f9d37c033e76ea3a336e164cf02"
git = "https://github.com/matrix-org/matrix-rust-sdk/"
rev = "1943840b82fd323455d9ca9ce27243d37a660569"
[dependencies.matrix-sdk-crypto]
# git = "https://github.com/matrix-org/matrix-rust-sdk/"
# rev = "9bae87b0ac213f9d37c033e76ea3a336e164cf02"
path = "/home/poljar/werk/matrix/nio-rust/crates/matrix-sdk-crypto/"
git = "https://github.com/matrix-org/matrix-rust-sdk/"
rev = "1943840b82fd323455d9ca9ce27243d37a660569"
features = ["sled_cryptostore", "qrcode", "backups_v1"]
[dependencies.tokio]