Skip to content

Commit 9c6d3d4

Browse files
committed
Rust: Use zstd compression for TRAP files by default
1 parent 05c40ea commit 9c6d3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/extractor/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ use std::path::{Path, PathBuf};
2828
#[serde(rename_all = "lowercase")]
2929
#[clap(rename_all = "lowercase")]
3030
pub enum Compression {
31-
#[default] // TODO make gzip default
3231
None,
3332
Gzip,
33+
#[default]
3434
Zstd,
3535
}
3636

0 commit comments

Comments
 (0)