Skip to content

Commit

Permalink
switch to latest lz4 crate release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thog committed Mar 3, 2019
1 parent b1d6643 commit 7dfc219
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ required-features = ["binaries"]
[dependencies]
elf = "0.0.10"
byteorder = "1"
lz4 = { git = "https://github.com/bozaro/lz4-rs.git"}
lz4 = "1.23.1"
clap = { version = "2", optional = true }
structopt = { version = "0.2", optional = true }
sha2 = "0.7.1"
Expand Down

0 comments on commit 7dfc219

Please sign in to comment.