Skip to content

Commit

Permalink
HACK: depend on revision that stores backup keys
Browse files Browse the repository at this point in the history
Remove once this PR is merged:
matrix-org/matrix-rust-sdk#2227
  • Loading branch information
AndrewFerr committed Jul 14, 2023
1 parent 8259572 commit 2987de0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ qrcode = ["matrix-sdk-crypto/qrcode"]
tracing = ["dep:tracing-subscriber"]

[dependencies]
matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "6e10eb9efb595f2f463022454d0af7d265dfb16b", features = ["js"] }
matrix-sdk-sqlite = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "6e10eb9efb595f2f463022454d0af7d265dfb16b", features = ["crypto-store"] }
matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "177b042269254308cd59eaae59debd101d594440", features = ["js"] }
matrix-sdk-sqlite = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "177b042269254308cd59eaae59debd101d594440", features = ["crypto-store"] }
hmac = "0.12.1"
http = "0.2.6"
pbkdf2 = "0.11.0"
Expand All @@ -40,7 +40,7 @@ zeroize = "1.3.0"

[dependencies.matrix-sdk-crypto]
git = "https://github.com/matrix-org/matrix-rust-sdk"
rev = "6e10eb9efb595f2f463022454d0af7d265dfb16b"
rev = "177b042269254308cd59eaae59debd101d594440"
default_features = false
features = ["js", "backups_v1", "automatic-room-key-forwarding"]

Expand Down

0 comments on commit 2987de0

Please sign in to comment.