Skip to content

Commit 6b123d0

Browse files
committed
test
1 parent 0228169 commit 6b123d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quotient/crypto-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
crate-type = ["staticlib"]
1111

1212
[dependencies]
13-
cxx = { version = "1.0", default-features = true, features = [ "c++20" ] }
13+
cxx = { version = "1.0.139", default-features = true, features = [ "c++20" ] }
1414
matrix-sdk-common = "0.12"
1515
matrix-sdk-crypto = "0.12"
1616
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)