Skip to content

Commit 614db5d

Browse files
release: bump to 0.4.0-beta.1
1 parent 9714bab commit 614db5d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hpke-rs"
3-
version = "0.3.0"
3+
version = "0.4.0-beta.1"
44
authors = ["Franziskus Kiefer <[email protected]>"]
55
edition = "2021"
66
license = "MPL-2.0"
@@ -22,7 +22,7 @@ hpke-rs-crypto = { version = "0.3.0", path = "./traits", default-features = fals
2222
rand_core = { version = "0.9", default-features = false }
2323
libcrux-sha3 = { version = "0.0.4" }
2424
hpke-rs-rust-crypto = { version = "0.3.0", path = "./rust_crypto_provider", default-features = false, optional = true }
25-
hpke-rs-libcrux = { version = "0.3.0", path = "./libcrux_provider", default-features = false, optional = true }
25+
hpke-rs-libcrux = { version = "0.4.0-beta.1", path = "./libcrux_provider", default-features = false, optional = true }
2626

2727
[features]
2828
default = []
@@ -41,9 +41,7 @@ hpke-test = ["std"]
4141
hpke-test-prng = [] # ⚠️ Enable testing PRNG - DO NOT USE
4242

4343
[dev-dependencies]
44-
hpke-rs-crypto = { version = "0.3.0", path = "./traits", features = [
45-
"std",
46-
] }
44+
hpke-rs-crypto = { version = "0.3.0", path = "./traits", features = ["std"] }
4745
serde_json = "1.0"
4846
serde = { version = "1.0", features = ["derive"] }
4947
lazy_static = "1.4"
@@ -52,7 +50,7 @@ hpke-rs = { path = ".", features = ["hpke-test", "hazmat"] }
5250
hpke-rs-rust-crypto = { version = "0.3.0", path = "./rust_crypto_provider", features = [
5351
"deterministic-prng",
5452
] }
55-
hpke-rs-libcrux = { version = "0.3.0", path = "./libcrux_provider", features = [
53+
hpke-rs-libcrux = { version = "0.4.0-beta.1", path = "./libcrux_provider", features = [
5654
"deterministic-prng",
5755
] }
5856
rand = { version = "0.9" }

traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hpke-rs-crypto"
3-
version = "0.4.0-beta.1"
3+
version = "0.3.0"
44
authors = ["Franziskus Kiefer <[email protected]>"]
55
edition = "2021"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)