diff --git a/rust-sdk/Cargo.toml b/rust-sdk/Cargo.toml index 572df5452e..014ec17454 100644 --- a/rust-sdk/Cargo.toml +++ b/rust-sdk/Cargo.toml @@ -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]