Skip to content

Commit dcd42d2

Browse files
authored
Include zstd encoding in IO fuzzer (#5661)
Closes #5658, #5656, #5629, #5614. Signed-off-by: Adam Gutglick <[email protected]>
1 parent ec5c119 commit dcd42d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ cargo-fuzz = true
1919

2020
[features]
2121
default = ["native"]
22-
native = ["libfuzzer-sys", "zstd", "vortex-file"]
22+
native = ["libfuzzer-sys", "zstd", "vortex-file", "vortex/files"]
2323
wasmfuzz = []
24-
zstd = ["vortex-layout/zstd"]
24+
zstd = ["vortex/zstd"]
2525

2626
[dependencies]
2727
# Always needed - arbitrary is used for input generation

0 commit comments

Comments
 (0)