Merge pull request #142 from alexcrichton/bump

Bump to 0.2.5
This commit is contained in:
Brian Anderson 2016-01-21 13:18:19 -08:00
commit f54b9c90ee
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "libc"
version = "0.2.4"
version = "0.2.5"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"

6
libc-test/Cargo.lock generated
View file

@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
"libc 0.2.4",
"libc 0.2.5",
]
[[package]]
@ -55,11 +55,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.2.5"
[[package]]
name = "log"