Skip to content

Commit

Permalink
Merge pull request #175 from benesch/zstd-bump
Browse files Browse the repository at this point in the history
rdkafka-sys: bump zstd-sys for build fix
  • Loading branch information
benesch authored Nov 18, 2019
2 parents 133ae2d + 883d4b2 commit 802cb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdkafka-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["external-ffi-bindings"]
[dependencies]
libc = "0.2.65"
libz-sys = "1.0"
zstd-sys = { version = "1.3", features = [], optional = true }
zstd-sys = { version = "1.4.15", features = [], optional = true }
openssl-sys = { version = "~ 0.9.0", optional = true }
lz4-sys = { version = "1.8.3", optional = true }

Expand Down

0 comments on commit 802cb82

Please sign in to comment.