Auto merge of #386 - alexcrichton:bump, r=alexcrichton

Bump to 0.2.16
This commit is contained in:
bors 2016-09-08 18:16:24 -07:00 committed by GitHub
commit b987f0ccce
2 changed files with 3 additions and 3 deletions

View File

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

4
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.15",
"libc 0.2.16",
]
[[package]]
@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.15"
version = "0.2.16"
[[package]]
name = "log"