summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-01-17 16:59:31 +0000
committerbors <bors@rust-lang.org>2017-01-17 16:59:31 +0000
commit6ec4f81a3852797410b80296d3afd61f2b255a36 (patch)
tree746054e19a5587ff29674706528d81d7600fb2e4
parentefeb501c974f3f41d82cce3ec99196d0c6d49efd (diff)
parentd30b4c6fe05dbb55c97f54364f69819be389ad03 (diff)
downloadrust-libc-6ec4f81a3852797410b80296d3afd61f2b255a36.tar.gz
Auto merge of #499 - alexcrichton:bump, r=alexcrichton0.2.20
Bump to 0.2.20
-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 3827d56f98..50c3c6f112 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.19",
+ "libc 0.2.20",
]
[[package]]
@@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.19"
+version = "0.2.20"
[[package]]
name = "log"
diff --git a/Cargo.toml b/Cargo.toml
index 47146b2625..084337e0d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.19"
+version = "0.2.20"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"