Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ffi-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = "0.10"
dhat = "0.3"
# Third-party pure-Rust zstd codec, for the cross-implementation comparison
# example (`zrip_compare`). Encode-focused (levels -7..4, Fast/DFast).
zrip = "0.7"
zrip = "0.8"

[features]
# Forward the structured-zstd features the bench/test/example sources gate on
Expand Down
Loading