Skip to content

Commit bf1d88f

Browse files
authored
Merge pull request #11 from divviup/timg/hpke-feature-std
Enable `std` in crate HPKE and release 0.3.0
2 parents 5062e79 + 8fd98e8 commit bf1d88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hpke-dispatch"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "runtime algorithmic selection for hybrid public key encryption"
66
license = "MPL-2.0"
@@ -16,7 +16,7 @@ base-mode-seal = []
1616
wee-alloc = []
1717
serde = ["serde_crate"]
1818
algo-all = ["aead-all", "kdf-all", "kem-all"]
19-
default = ["algo-all", "base-mode-seal", "base-mode-open"]
19+
default = ["algo-all", "base-mode-seal", "base-mode-open", "hpke/std"]
2020
aead-all = ["aead-aes-gcm-128", "aead-aes-gcm-256", "aead-chacha-20-poly-1305"]
2121
aead-aes-gcm-128 = []
2222
aead-aes-gcm-256 = []

0 commit comments

Comments
 (0)