From fa7421546b2ffeda181823fb60e57fd81ffd227c Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Wed, 6 Sep 2023 18:08:50 +0300 Subject: [PATCH] chore(deps): update dependency half --- ciborium-ll/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ciborium-ll/Cargo.toml b/ciborium-ll/Cargo.toml index 8b6049b..d2832fb 100644 --- a/ciborium-ll/Cargo.toml +++ b/ciborium-ll/Cargo.toml @@ -22,14 +22,14 @@ is-it-maintained-open-issues = { repository = "enarx/ciborium" } [dependencies] ciborium-io = { path = "../ciborium-io", version = "0.2.1" } -half = "1.6" +half = { version = "2.2", default-features = false} [dev-dependencies] hex = "0.4" [features] alloc = [] -std = ["alloc"] +std = ["alloc", "half/std"] [package.metadata.docs.rs] all-features = true