From 6cb64d91796c92efe3e105171e8b077c5347c455 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:21:05 +0200 Subject: [PATCH] Remove "alloc" from default `hex` features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7977ec..2e5c06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] cfg-if = "1" -hex = { version = ">=0.4.2", optional = true, default-features = false, features = ["alloc"] } +hex = { version = ">=0.4.2", optional = true, default-features = false } serde = { version = "1.0", optional = true, default-features = false } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]