summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-06-28 10:03:35 -0700
committerGitHub <noreply@github.com>2016-06-28 10:03:35 -0700
commit1f3c205fae0ea009a5ac1800eac5db14a26fa791 (patch)
tree6a37030ec25dbbcc9a9346eb4e534d2127997861
parent41d135e8f1c8145ba9bc6d588a18f3a3ade07625 (diff)
parent760dd0b6dcd8b26d108290a063bcd80fc2e82f4f (diff)
downloadrust-libc-1f3c205fae0ea009a5ac1800eac5db14a26fa791.tar.gz
Auto merge of #321 - alexcrichton:bump, r=alexcrichton0.2.13
Bump to 0.2.13
-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 4f68294e89..052bd9a125 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.12"
+version = "0.2.13"
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 e16896edbd..3cabebeb35 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.12",
+ "libc 0.2.13",
]
[[package]]
@@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.12"
+version = "0.2.13"
[[package]]
name = "log"