Bump to 0.2.30

This commit is contained in:
Alex Crichton 2017-08-27 10:34:33 -07:00
parent d64716407e
commit 938252cba7
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"ctest 0.1.4 (git+https://github.com/alexcrichton/ctest?branch=long)", "ctest 0.1.4 (git+https://github.com/alexcrichton/ctest?branch=long)",
"libc 0.2.29", "libc 0.2.30",
] ]
[[package]] [[package]]
@ -76,11 +76,11 @@ dependencies = [
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.29" version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.29" version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "log" name = "log"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "libc" name = "libc"
version = "0.2.29" version = "0.2.30"
authors = ["The Rust Project Developers"] authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
readme = "README.md" readme = "README.md"