Skip to content

Commit

Permalink
bump crate versions and widen rand version range
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Mar 6, 2022
1 parent 768be51 commit dcb1e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lz4"
license = "MIT"
version = "1.23.2"
version = "1.23.3"
readme = "README.md"
authors = [ "Jens Heyens <jens.heyens@ewetel.net>", "Artem V. Navrotskiy <bozaro@buzzsoft.ru>", "Patrick Marks <pmarks@gmail.com>"]
description = "Rust LZ4 bindings library."
Expand All @@ -16,8 +16,8 @@ doc = false

[dependencies]
libc = "0.2"
lz4-sys = { path = "lz4-sys", version = "1.9.2" }
lz4-sys = { path = "lz4-sys", version = "1.9.3" }

[dev-dependencies]
rand = "0.7"
rand = ">=0.7, <=0.8"
docmatic = "0.1"
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.2"
version = "1.9.3"
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 dcb1e5d

Please sign in to comment.