Bump to 0.2.17

This commit is contained in:
Alex Crichton 2016-10-14 21:59:09 -07:00
parent b01a0fbe5f
commit f75965646e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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.16",
"libc 0.2.17",
]
[[package]]
@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.16"
version = "0.2.17"
[[package]]
name = "log"

View File

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