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 }