diff --git a/Cargo.toml b/Cargo.toml index 178604b..678de81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosey" -version = "0.1.0-unreleased" +version = "0.1.0-alpha.0" authors = ["Nicolas Stalder "] license = "Apache-2.0 OR MIT" description = "Data types and serde for public COSE_Keys" @@ -11,12 +11,9 @@ readme = "README.md" edition = "2018" [dependencies] +heapless-bytes = "0.1.0" serde_repr = "0.1" -[dependencies.heapless-bytes] -git = "https://github.com/ycrypto/heapless-bytes" -branch = "main" - [dependencies.serde] version = "1.0" default-features = false