Skip to content

Commit

Permalink
switch to putting the lz4 version into metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Sep 26, 2024
1 parent 1030e3d commit 85a909f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ test = false
doc = false

[dependencies]
lz4-sys = { path = "lz4-sys", version = "1.11.0" }
lz4-sys = { path = "lz4-sys", version = "1.11.1+lz4-1.10.0" }

[dev-dependencies]
rand = ">=0.7, <=0.8"
base64 = "*"
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.11.0"
version = "1.11.1+lz4-1.10.0"
authors = [ "Jens Heyens <[email protected]>", "Artem V. Navrotskiy <[email protected]>", "Patrick Marks <[email protected]>"]
build = "build.rs"
description = "Rust LZ4 sys package."
Expand Down

0 comments on commit 85a909f

Please sign in to comment.