From 9eed0145e4e89c954deaf382c520c45d2a433c1e Mon Sep 17 00:00:00 2001 From: "Sheng-Yan, Zhang" Date: Tue, 17 Sep 2024 19:50:57 +0800 Subject: [PATCH] fix: enable feature on crate --- crates/bytes-hex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bytes-hex/Cargo.toml b/crates/bytes-hex/Cargo.toml index c407657776..5f93dac7b7 100644 --- a/crates/bytes-hex/Cargo.toml +++ b/crates/bytes-hex/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" serde = { workspace = true } serde_json = { workspace = true } serde_with = { workspace = true } -hex = { workspace = true } +hex = { workspace = true, features = ["alloc"] } [lints] workspace = true