summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-08-27 17:49:25 +0000
committerbors <bors@rust-lang.org>2017-08-27 17:49:25 +0000
commit3520512a8c9cb55661910318a6fb169a75c02a59 (patch)
tree79dead0a4b7cbc44a288f118613eb3676c9ebdcc
parent1c1413e9615c92ace322b62ba35ee610008d4756 (diff)
parent938252cba704c8ea1f4fd872d07673a0a02e738e (diff)
downloadrust-libc-0.2.30.tar.gz
Auto merge of #746 - alexcrichton:bump, r=alexcrichton0.2.30
Bump to 0.2.30
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ef78f7c595..bfaa4542c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.4 (git+https://github.com/alexcrichton/ctest?branch=long)",
- "libc 0.2.29",
+ "libc 0.2.30",
]
[[package]]
@@ -76,11 +76,11 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.29"
+source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.29"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.2.30"
[[package]]
name = "log"
diff --git a/Cargo.toml b/Cargo.toml
index bacf8b6d72..8bffe2de80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.29"
+version = "0.2.30"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"