summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-08-27 10:34:33 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-08-27 10:34:33 -0700
commit938252cba704c8ea1f4fd872d07673a0a02e738e (patch)
treeac2006451869cea9888b2c87885bdd8f33634886 /Cargo.lock
parentd64716407e3ee430fce7a008cc7d19a3072dca6c (diff)
downloadrust-libc-938252cba704c8ea1f4fd872d07673a0a02e738e.tar.gz
Bump to 0.2.30
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 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"