Skip to content

Commit 4829e13

Browse files
authored
Fuzzer includes unstable_encodings (#7081)
We should know if there's something broken with them even if they're not enabled by default so we can enable them by default Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent caa2420 commit 4829e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version = { workspace = true }
1818
cargo-fuzz = true
1919

2020
[features]
21-
default = ["native"]
21+
default = ["native", "vortex/unstable_encodings"]
2222
native = ["libfuzzer-sys", "zstd", "vortex-file", "vortex/files"]
2323
wasmfuzz = []
2424
zstd = ["vortex/zstd", "vortex-btrblocks/zstd", "vortex-btrblocks/pco"]

0 commit comments

Comments
 (0)