Skip to content

Commit

Permalink
update crate info & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Jun 7, 2020
1 parent 8d616a0 commit 2632739
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.23.2:
* Update lz4 to 1.9.2
* Remove dependency on skeptic (replace with build-dependency docmatic for README testing)
* Move to Rust 2018 edition

1.23.0:
* Update lz4 to v1.8.2
* Add lz4 block mode api
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "lz4"
license = "MIT"
version = "1.23.1"
version = "1.23.2"
readme = "README.md"
authors = [ "Jens Heyens <[email protected]>", "Artem V. Navrotskiy <[email protected]>" ]
authors = [ "Jens Heyens <[email protected]>", "Artem V. Navrotskiy <[email protected]>", "Patrick Marks <[email protected]>"]
description = "Rust LZ4 bindings library."
repository = "https://github.com/bozaro/lz4-rs"
documentation = "https://bozaro.github.io/lz4-rs/lz4/"
repository = "https://github.com/10xGenomics/lz4-rs"
documentation = "https://docs.rs/lz4"
edition = "2018"

[[bin]]
Expand All @@ -16,7 +16,7 @@ doc = false

[dependencies]
libc = "0.2.44"
lz4-sys = { path = "lz4-sys", version = "1.8.3" }
lz4-sys = { path = "lz4-sys", version = "1.9.2" }

[dev-dependencies]
rand = "0.6.1"
Expand Down
4 changes: 2 additions & 2 deletions lz4-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "lz4-sys"
license = "MIT"
links = "lz4"
version = "1.9.2"
authors = [ "Jens Heyens <[email protected]", "Artem V. Navrotskiy <[email protected]>" ]
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/bozaro/lz4-rs"
repository = "https://github.com/10xGenomics/lz4-rs"

[dependencies]
libc = "0.2.44"
Expand Down

0 comments on commit 2632739

Please sign in to comment.