Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Sep 13, 2024
1 parent f949c64 commit 1030e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test = false
doc = false

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

[dev-dependencies]
rand = ">=0.7, <=0.8"
6 changes: 3 additions & 3 deletions lz4-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "lz4-sys"
license = "MIT"
links = "lz4"
version = "1.10.0"
version = "1.11.0"
authors = [ "Jens Heyens <[email protected]>", "Artem V. Navrotskiy <[email protected]>", "Patrick Marks <[email protected]>"]
build = "build.rs"
description = "Rust LZ4 sys package."
repository = "https://github.com/10xGenomics/lz4-rs"

[dependencies]
libc = "0.2.44"
libc = "0.2"

[build-dependencies]
cc = "1.0.25"
cc = "1.1"

0 comments on commit 1030e3d

Please sign in to comment.