aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f70a861..29675d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,9 @@
[package]
edition = "2021"
+rust-version = "1.56"
name = "ciborium-ll"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
description = "Low-level CBOR codec primitives"
homepage = "https://github.com/enarx/ciborium"
@@ -21,8 +22,10 @@ keywords = ["cbor"]
categories = ["data-structures", "embedded", "encoding", "no-std", "parsing"]
license = "Apache-2.0"
repository = "https://github.com/enarx/ciborium"
+[package.metadata.docs.rs]
+all-features = true
[dependencies.ciborium-io]
-version = "0.2.0"
+version = "0.2.1"
[dependencies.half]
version = "1.6"