diff --git a/Cargo.toml b/Cargo.toml index a21ec6734e81121d0e5930bd3c615fdfae0e3fc5..067d0785b5cc94679b5fcae7575dc3dc9e42d057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.6" +version = "0.2.7" 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 fd2a5339599f6c2c481d376e494fe6d909a4246b..e5564c5643015150dc3240d986e6781541feb439 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.6", + "libc 0.2.7", ] [[package]] @@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.6" +version = "0.2.7" [[package]] name = "log"