summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-07-11 11:52:18 -0700
committerGitHub <noreply@github.com>2016-07-11 11:52:18 -0700
commitcaa8081c5858a66ffe8ea65f62c45578563d423d (patch)
treea1214235d2ebfd25079e1cf1881ef68a5518a077
parent08a2abb30a0972198cff59de67c9bf386a44d974 (diff)
parent1f946a018af96746b8ca6d155bfe962798533f93 (diff)
downloadrust-libc-caa8081c5858a66ffe8ea65f62c45578563d423d.tar.gz
Merge pull request #331 from alexcrichton/bump0.2.14
Bump to 0.2.14
-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 052bd9a125..6d564434f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.13"
+version = "0.2.14"
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 3cabebeb35..3b71c683eb 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.13",
+ "libc 0.2.14",
]
[[package]]
@@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.13"
+version = "0.2.14"
[[package]]
name = "log"