Skip to content

Commit 76829d6

Browse files
committed
Fix hpke-rs version
1 parent 76b5ea2 commit 76829d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libcrux_crypto/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ openmls_memory_storage = { version = "0.3.0", path = "../memory_storage" }
1919
rand = "0.9"
2020
tls_codec.workspace = true
2121
rand_chacha = "0.9"
22-
hpke_rs = { version = "0.2.1-alpha.1", git = "https://github.com/cryspen/hpke-rs", branch = "main", package = "hpke-rs", features = [
22+
hpke_rs = { version = "0.3.0", git = "https://github.com/cryspen/hpke-rs", tag = "v0.3.0", package = "hpke-rs", features = [
2323
"hazmat",
2424
"serialization",
2525
] }
26-
hpke_rs_crypto = { version = "0.3.0-alpha.1", git = "https://github.com/cryspen/hpke-rs", branch = "main", package = "hpke-rs-crypto" }
27-
hpke_rs_libcrux = { version = "0.2.0-alpha.1", git = "https://github.com/cryspen/hpke-rs", branch = "main", package = "hpke-rs-libcrux" }
26+
hpke_rs_crypto = { version = "0.3.0", git = "https://github.com/cryspen/hpke-rs", tag = "v0.3.0", package = "hpke-rs-crypto" }
27+
hpke_rs_libcrux = { version = "0.3.0", git = "https://github.com/cryspen/hpke-rs", tag = "v0.3.0", package = "hpke-rs-libcrux" }

0 commit comments

Comments
 (0)