Skip to content

Commit

Permalink
fix: case expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Dec 7, 2024
1 parent 19c3e01 commit 54dc85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ pub enum Mode {
}

#[derive(Debug, Clone, Copy, PartialEq, Eq, Default, Deserialize)]
#[serde(rename = "lowercase")]
pub enum Compression {
Uncompressed,
Snappy,
Expand Down

0 comments on commit 54dc85f

Please sign in to comment.