Skip to content

Commit 4c4fcf9

Browse files
committed
chore(crypto-js): Inline vodozemac dependency.
1 parent 6842fb9 commit 4c4fcf9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bindings/matrix-sdk-crypto-js/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ matrix-sdk-crypto = { version = "0.5.0", path = "../../crates/matrix-sdk-crypto"
3131
matrix-sdk-indexeddb = { version = "0.1.0", path = "../../crates/matrix-sdk-indexeddb" }
3232
matrix-sdk-qrcode = { version = "0.3.0", path = "../../crates/matrix-sdk-qrcode", optional = true }
3333
ruma = { version = "0.7.0", features = ["client-api-c", "js", "rand", "unstable-msc2676", "unstable-msc2677"] }
34+
vodozemac = { version = "0.3.0", features = ["js"] }
3435
wasm-bindgen = "0.2.80"
3536
wasm-bindgen-futures = "0.4.30"
3637
js-sys = "0.3.49"
@@ -40,8 +41,4 @@ http = "0.2.6"
4041
anyhow = "1.0.58"
4142
tracing = { version = "0.1.35", default-features = false, features = ["attributes"] }
4243
tracing-subscriber = { version = "0.3.14", default-features = false, features = ["registry", "std"] }
43-
zeroize = "1.3.0"
44-
45-
[dependencies.vodozemac]
46-
version = "0.3.0"
47-
features = ["js"]
44+
zeroize = "1.3.0"

0 commit comments

Comments
 (0)