summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-30 17:40:49 -0700
committerbors <bors@rust-lang.org>2016-03-30 17:40:49 -0700
commit62fb1d52b5a3754c3a9572d1137a80e8f362e771 (patch)
tree418fc50ff0513abe66cf4c62825c4ac9f7617c29
parent334b106303a9c1ce44ee914bd9a9781f22b95548 (diff)
parent3de1107244bf268b890de2bbd7d109e563ec6449 (diff)
downloadrust-libc-62fb1d52b5a3754c3a9572d1137a80e8f362e771.tar.gz
Auto merge of #245 - alexcrichton:bump, r=alexcrichton0.2.9
Bump to 0.2.9
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9cead1726..36c6d199d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.8"
+version = "0.2.9"
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 0174f0c7a1..007ba034ec 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.8",
+ "libc 0.2.9",
]
[[package]]
@@ -41,19 +41,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.7"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.8"
+version = "0.2.9"
[[package]]
name = "log"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]