From 0df80573bd2411af72a3ebf6069af83b8fdd8a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Thu, 23 Jan 2025 15:37:41 +0000 Subject: [PATCH] fix(primitives): reduce cid feature set (#700) --- primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 1aea3e59e..bfb842d0f 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -8,7 +8,7 @@ repository.workspace = true version = "0.1.0" [dependencies] -cid = { workspace = true } +cid = { workspace = true, default-features = false, features = ["alloc"] } clap = { workspace = true, features = ["derive"], optional = true } codec = { workspace = true, features = ["derive"] } filecoin-proofs = { workspace = true, optional = true }