Skip to content

Commit 54f35d0

Browse files
committed
kem: fix crypto-common version pin in Cargo.toml
The current code is not compatible with `v0.2.0-rc.8`
1 parent a0dd565 commit 54f35d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Traits for Key Encapsulation Mechanisms (KEMs): public-key cryptosystems designe
1717
"""
1818

1919
[dependencies]
20-
crypto-common = { version = "0.2.0-rc.8", features = ["rand_core"], path = "../crypto-common" }
20+
crypto-common = { version = "0.2.0-rc.9", features = ["rand_core"], path = "../crypto-common" }
2121
rand_core = "0.10.0-rc-3"
2222

2323
[features]

0 commit comments

Comments
 (0)