summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-08-04 18:51:45 -0700
committerGitHub <noreply@github.com>2016-08-04 18:51:45 -0700
commite01321c78b911d4f0c47e34f03ef1073d44c6f8c (patch)
tree60cb8d5c386a8a94aa5791e7d2ff6a5fcca90273
parent290d4b10aa3d625446747e5bcddd80f977ce394b (diff)
parent6c18f305433cf7c57afde504fd0203a3ff81bb3e (diff)
downloadrust-libc-0.2.15.tar.gz
Merge pull request #348 from alexcrichton/bump0.2.15
Bump to 0.2.15
-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 6d564434f4..ed18494e3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.14"
+version = "0.2.15"
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 3b71c683eb..d15562dc10 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.14",
+ "libc 0.2.15",
]
[[package]]
@@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.14"
+version = "0.2.15"
[[package]]
name = "log"