Skip to content

Commit

Permalink
Depend on matrix-rust-sdk's release-for-crypto-wasm-12 branch
Browse files Browse the repository at this point in the history
For the fix for
matrix-org/matrix-rust-sdk#4424 , to allow us
to release without doing the more difficult work of adapting to the
changes in the latest matrix-rust-sdk.
  • Loading branch information
andybalaam committed Dec 19, 2024
1 parent a2f753d commit 0378300
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ console_error_panic_hook = "0.1.7"
futures-util = "0.3.27"
http = "1.1.0"
js-sys = "0.3.49"
matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk", features = ["js"] }
matrix-sdk-indexeddb = { git = "https://github.com/matrix-org/matrix-rust-sdk", default-features = false, features = ["e2e-encryption"] }
matrix-sdk-qrcode = { git = "https://github.com/matrix-org/matrix-rust-sdk", optional = true }
matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk", features = ["js"], branch="release-for-crypto-wasm-12" }
matrix-sdk-indexeddb = { git = "https://github.com/matrix-org/matrix-rust-sdk", default-features = false, features = ["e2e-encryption"], branch="release-for-crypto-wasm-12" }
matrix-sdk-qrcode = { git = "https://github.com/matrix-org/matrix-rust-sdk", optional = true, branch="release-for-crypto-wasm-12" }
serde = "1.0.91"
serde_json = "1.0.91"
serde-wasm-bindgen = "0.5.0"
Expand All @@ -84,6 +84,7 @@ vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] }
git = "https://github.com/matrix-org/matrix-rust-sdk"
default_features = false
features = ["js", "automatic-room-key-forwarding"]
branch = "release-for-crypto-wasm-12"

[lints.rust]
# Workaround for https://github.com/rustwasm/wasm-bindgen/issues/4283, while we work up the courage to upgrade
Expand Down

0 comments on commit 0378300

Please sign in to comment.