Skip to content

Commit 0e93958

Browse files
authored
Disable default-features for zeroize (#76)
It was unintentionally linking liballoc
1 parent 58266a0 commit 0e93958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.65"
1818

1919
[dependencies]
2020
typenum = { version = "1.17", features = ["const-generics"] }
21-
zeroize = { version = "1.8", optional = true }
21+
zeroize = { version = "1.8", optional = true, default-features = false }
2222

2323
[features]
2424
std = []

0 commit comments

Comments
 (0)