Update libc version

This commit is contained in:
Guillaume Gomez 2018-01-11 23:20:23 +01:00
parent d5d0bdf414
commit e91769eceb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -78,14 +78,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.35"
version = "0.2.36"
[[package]]
name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.6 (git+https://github.com/alexcrichton/ctest)",
"libc 0.2.35",
"libc 0.2.36",
]
[[package]]

View File

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