summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-06-10 06:02:55 -0700
committerGitHub <noreply@github.com>2016-06-10 06:02:55 -0700
commit70dce055ebcbb7ef21fa045d95c79fe6b8263d9f (patch)
treeae3b344a405a33df274c94f439a79882476326e9
parentfd30cfddf381b93f81af6038b7c0eeda357033c4 (diff)
parent91c5dbf579e7458fc31cb7f413cecb1752727157 (diff)
downloadrust-libc-0.2.12.tar.gz
Auto merge of #313 - alexcrichton:bump, r=alexcrichton0.2.12
Bump to 0.2.12
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3faf83f87c..4f68294e89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.11"
+version = "0.2.12"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
diff --git a/libc-test/Cargo.lock b/libc-test/Cargo.lock
index e2b6664a90..e16896edbd 100644
--- a/libc-test/Cargo.lock
+++ b/libc-test/Cargo.lock
@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
- "libc 0.2.11",
+ "libc 0.2.12",
]
[[package]]
@@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.11"
+version = "0.2.12"
[[package]]
name = "log"