Skip to content

Commit

Permalink
bump lz4-sys version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Jun 11, 2024
1 parent 6ba829f commit 3998de0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doc = false

[dependencies]
libc = "0.2"
lz4-sys = { path = "lz4-sys", version = "1.9.4" }
lz4-sys = { path = "lz4-sys", version = "1.9.5" }

[dev-dependencies]
rand = ">=0.7, <=0.8"
Expand Down
3 changes: 3 additions & 0 deletions lz4-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.9.5:
* expand Lz4FrameInfo struct

1.7.5:

* Change version number
Expand Down
2 changes: 1 addition & 1 deletion lz4-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lz4-sys"
license = "MIT"
links = "lz4"
version = "1.9.4"
version = "1.9.5"
authors = [ "Jens Heyens <jens.heyens@ewetel.net>", "Artem V. Navrotskiy <bozaro@buzzsoft.ru>", "Patrick Marks <pmarks@gmail.com>"]
build = "build.rs"
description = "Rust LZ4 sys package."
Expand Down

0 comments on commit 3998de0

Please sign in to comment.