Bump to 0.2.21

closes https://github.com/rust-lang/libc/issues/539
This commit is contained in:
Kamal Marhubi 2017-03-01 18:59:37 -05:00
parent d197e21015
commit d24e86c9d7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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