Skip to content

Commit 54dc85f

Browse files
author
Devdutt Shenoi
committed
fix: case expectation
1 parent 19c3e01 commit 54dc85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/option.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ pub enum Mode {
254254
}
255255

256256
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default, Deserialize)]
257+
#[serde(rename = "lowercase")]
257258
pub enum Compression {
258259
Uncompressed,
259260
Snappy,

0 commit comments

Comments
 (0)