Use published heapless-bytes

This commit is contained in:
Nicolas Stalder
2020-02-08 16:50:17 +01:00
parent 49994cf1d9
commit 2fda1a5d58
+2 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "cosey"
version = "0.1.0-unreleased"
version = "0.1.0-alpha.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
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