Skip to content

Commit 8fd98e8

Browse files
committed
bump crate version to 0.3.0
@jbr pointed out that taking `hpke` 0.9.0 was a breaking change since this crate re-exports several of its items, so we bump the major version as we ought to have for 0.2.1.
1 parent 122e2c2 commit 8fd98e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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"

0 commit comments

Comments
 (0)