We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0228169 commit 6b123d0Copy full SHA for 6b123d0
Quotient/crypto-sdk/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
10
crate-type = ["staticlib"]
11
12
[dependencies]
13
-cxx = { version = "1.0", default-features = true, features = [ "c++20" ] }
+cxx = { version = "1.0.139", default-features = true, features = [ "c++20" ] }
14
matrix-sdk-common = "0.12"
15
matrix-sdk-crypto = "0.12"
16
serde = { version = "1.0", features = ["derive"] }
0 commit comments