From 7fa89f76aa7e4e8dbce8ed5a2ff6e5f8000659a0 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 30 May 2022 10:08:29 +0200 Subject: [PATCH] chore(crypto-js): Update `vodozemac`'s version to match `matrix-sdk-crypto`'s. --- crates/matrix-sdk-crypto-js/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto-js/Cargo.toml b/crates/matrix-sdk-crypto-js/Cargo.toml index f7d69aa01..8e618da0c 100644 --- a/crates/matrix-sdk-crypto-js/Cargo.toml +++ b/crates/matrix-sdk-crypto-js/Cargo.toml @@ -29,7 +29,7 @@ docsrs = [] [dependencies] matrix-sdk-crypto = { version = "0.5.0", path = "../matrix-sdk-crypto" } ruma = { version = "0.6.2", features = ["client-api-c", "js", "rand", "unstable-msc2676", "unstable-msc2677"] } -vodozemac = { version = "0.2.0", features = ["js"] } +vodozemac = { git = "https://github.com/matrix-org/vodozemac/", rev = "d0e744287a14319c2a9148fef3747548c740fc36", features = ["js"] } wasm-bindgen = "0.2.80" wasm-bindgen-futures = "0.4.30" js-sys = "0.3.49"