summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-03-02 00:31:07 +0000
committerbors <bors@rust-lang.org>2017-03-02 00:31:07 +0000
commit05a2d197356ef253dfd985166576619ac9b6947f (patch)
tree8166d94d30a4209fe4df41c9ce931ef1cea19018
parentd197e210158e36321998935dc55e8f00f0a4678f (diff)
parentd24e86c9d7854f14ca2e025abc4182bf916c5a08 (diff)
downloadrust-libc-05a2d197356ef253dfd985166576619ac9b6947f.tar.gz
Auto merge of #545 - kamalmarhubi:bump, r=alexcrichton0.2.21
Bump to 0.2.21 closes https://github.com/rust-lang/libc/issues/539
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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"