Bump to 0.2.12

This commit is contained in:
Alex Crichton 2016-06-10 05:19:19 -07:00
parent 8a53df9f36
commit 91c5dbf579
2 changed files with 3 additions and 3 deletions

View File

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

4
libc-test/Cargo.lock generated
View File

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