Skip to content

Commit 16c3b91

Browse files
authored
wycheproof2blb: fix blobby import (#1219)
1 parent 02d8f15 commit 16c3b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wycheproof2blb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2024"
1111
rust-version = "1.85"
1212

1313
[dependencies]
14-
blobby = { version = "0.4.0-pre", path = "../blobby" }
14+
blobby = { version = "0.4.0-pre", path = "../blobby", features = ["alloc"] }
1515
hex = "0.4"
1616
serde = { version = "1.0.184", features = ["derive"] }
1717
serde_json = "1"

0 commit comments

Comments
 (0)