diff --git a/Cargo.toml b/Cargo.toml index f9cead1726c0de7e61183122bd240099873a9790..36c6d199d3c057c1189c0f21b929266c42e03898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.8" +version = "0.2.9" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/libc-test/Cargo.lock b/libc-test/Cargo.lock index 0174f0c7a1eaa1d55effbb9ca57c1cf6928a9262..007ba034ec22969ba184198a910f029e086a2ff0 100644 --- a/libc-test/Cargo.lock +++ b/libc-test/Cargo.lock @@ -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.8", + "libc 0.2.9", ] [[package]] @@ -41,19 +41,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.8" +version = "0.2.9" [[package]] name = "log" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]