summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2016-01-21 13:18:19 -0800
committerBrian Anderson <andersrb@gmail.com>2016-01-21 13:18:19 -0800
commitf54b9c90ee68889181472d4d4a5dd9e43d0e5318 (patch)
tree606723e097ab50d8f023abb8b33e6b7efa4d5bde
parentaf77843345ec6fc7e51113bfd692138d89024bc0 (diff)
parent2abaf33ed0186b14e80c3e40666e964e0116d84b (diff)
downloadrust-libc-f54b9c90ee68889181472d4d4a5dd9e43d0e5318.tar.gz
Merge pull request #142 from alexcrichton/bump0.2.5
Bump to 0.2.5
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b429814874..312d26c0c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.4"
+version = "0.2.5"
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 2b4a4dbeb4..5d82f9cd79 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.4",
+ "libc 0.2.5",
]
[[package]]
@@ -55,11 +55,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.2.5"
[[package]]
name = "log"