diff --git a/Cargo.toml b/Cargo.toml index 3a7d5d4..4725e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ required-features = ["alloc"] ascii = { version = "1.1.0", default-features = false } deforest_derive = { path = "deforest_derive", version = "=0.1.0", optional = true } fallible-iterator = { version = "0.3.0", default-features = false } -zerocopy = { version = "0.7.6", features = ["derive"] } +zerocopy = { version = "0.7.6", default-features = false, features = ["derive"] } [features] alloc = ["fallible-iterator/alloc"]