Skip to content

Commit ef596df

Browse files
authored
feat: require exact zstd version (#56)
1 parent 58b8994 commit ef596df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libzstd/encoder-standard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name = "encoder_standard"
99
crate-type = ["staticlib"]
1010

1111
[dependencies]
12-
zstd = { version = "0.13", features = ["experimental"] }
12+
zstd = { version = "=0.13.3", features = ["experimental"] }

0 commit comments

Comments
 (0)