summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-04-12 11:35:04 -0700
committerbors <bors@rust-lang.org>2016-04-12 11:35:04 -0700
commite4447f406c5d33842971f3849834d8ba6e1a4ce4 (patch)
tree0132c5cb154ed7e7435439084fef3c0ec0abfd4b
parent74f8f4ae8836b28456aaf66d0c4e5ff6b123baa0 (diff)
parentb302bed9d263826f8be367040ec567cd99707fdf (diff)
downloadrust-libc-e4447f406c5d33842971f3849834d8ba6e1a4ce4.tar.gz
Auto merge of #262 - alexcrichton:bump, r=alexcrichton0.2.10
Bump to 0.2.10
-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 36c6d199d3..278adbaa47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.9"
+version = "0.2.10"
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 007ba034ec..c9f5d455d6 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.9",
+ "libc 0.2.10",
]
[[package]]
@@ -46,7 +46,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.9"
+version = "0.2.10"
[[package]]
name = "log"