Skip to content

Commit

Permalink
Bump 1.13.131
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Jan 24, 2016
1 parent af35a9d commit 0e588b5
Showing 1 changed file with 3 additions and 3 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.12.131"
version = "1.13.131"
authors = [ "Artem V. Navrotskiy <bozaro@buzzsoft.ru>" ]
build = "src/build.rs"
description = "Rust LZ4 bindings library."
Expand All @@ -14,7 +14,7 @@ test = false
doc = false

[dependencies]
libc = "*"
libc = "0.2.5"

[build-dependencies]
gcc = "*"
gcc = "0.3.21"

0 comments on commit 0e588b5

Please sign in to comment.