Skip to content

Commit a845fd0

Browse files
committed
Rust: switch on TRAP compression
1 parent 77b0c4b commit a845fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/extractor/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ use std::path::{Path, PathBuf};
2626
#[serde(rename_all = "lowercase")]
2727
#[clap(rename_all = "lowercase")]
2828
pub enum Compression {
29-
#[default] // TODO make gzip default
3029
None,
3130
Gzip,
31+
#[default]
3232
Zstd,
3333
}
3434

0 commit comments

Comments
 (0)