summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-04-26 20:59:01 +0000
committerbors <bors@rust-lang.org>2017-04-26 20:59:01 +0000
commit288ed55dd75ec89b3d56efca198ee7c0be98906d (patch)
treea22d058dc1cae455d840654168eb495d1bf381d8
parent664116073eebb752c74dd9c2b6dda500b8a88156 (diff)
parent6ef11e694a754e4950de6eb100ae5d6299a1744e (diff)
downloadrust-libc-0.2.22.tar.gz
Auto merge of #583 - alexcrichton:bump, r=alexcrichton0.2.22
Bump to 0.2.22
-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 9db0226541..1875b0e358 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.21",
+ "libc 0.2.22",
]
[[package]]
@@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.21"
+version = "0.2.22"
[[package]]
name = "log"
diff --git a/Cargo.toml b/Cargo.toml
index ed65b3f5ae..2362eec9e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.21"
+version = "0.2.22"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"