Updated cargo.lock and toml for release.

This commit is contained in:
Daniel McKenna 2017-05-23 17:23:10 +01:00
parent fbcd9df1cf
commit 9766d50f4a
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.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.23",
"libc 0.2.24",
]
[[package]]
@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.23"
version = "0.2.24"
[[package]]
name = "log"

View file

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