We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d8f15 commit 16c3b91Copy full SHA for 16c3b91
1 file changed
wycheproof2blb/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2024"
11
rust-version = "1.85"
12
13
[dependencies]
14
-blobby = { version = "0.4.0-pre", path = "../blobby" }
+blobby = { version = "0.4.0-pre", path = "../blobby", features = ["alloc"] }
15
hex = "0.4"
16
serde = { version = "1.0.184", features = ["derive"] }
17
serde_json = "1"
0 commit comments