diff options
author | Kamal Marhubi <kamal@marhubi.com> | 2017-03-01 18:59:37 -0500 |
---|---|---|
committer | Kamal Marhubi <kamal@marhubi.com> | 2017-03-01 19:00:07 -0500 |
commit | d24e86c9d7854f14ca2e025abc4182bf916c5a08 (patch) | |
tree | 8166d94d30a4209fe4df41c9ce931ef1cea19018 | |
parent | d197e210158e36321998935dc55e8f00f0a4678f (diff) | |
download | rust-libc-d24e86c9d7854f14ca2e025abc4182bf916c5a08.tar.gz |
Bump to 0.2.21
closes https://github.com/rust-lang/libc/issues/539
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 50c3c6f112..9db0226541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 084337e0d3..ed65b3f5ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" |