diff --git a/Cargo.toml b/Cargo.toml index 2459c80..15cc596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosey" -version = "0.1.0" +version = "0.2.0" authors = ["Nicolas Stalder "] license = "Apache-2.0 OR MIT" description = "Data types and serde for public COSE_Keys" @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -heapless-bytes = "0.1.0" +heapless-bytes = "0.2.0" serde_repr = "0.1" [dependencies.serde]