diff --git a/Cargo.toml b/Cargo.toml index 312d26c0c8571d5ba7188fde4bc9bd43174a4405..a21ec6734e81121d0e5930bd3c615fdfae0e3fc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.5" +version = "0.2.6" 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 5d82f9cd794f85aa1edde1db52af2728d89b149a..fd2a5339599f6c2c481d376e494fe6d909a4246b 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.5", + "libc 0.2.6", ] [[package]] @@ -54,19 +54,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.5" +version = "0.2.6" [[package]] name = "log" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/libc-test/generate-files/Cargo.lock b/libc-test/generate-files/Cargo.lock index b7a16f752c2ba976e53f918f0793ee2ae00e76ae..8a599cff1bd9651929b7cd3b4b4ee4fa5c94e685 100644 --- a/libc-test/generate-files/Cargo.lock +++ b/libc-test/generate-files/Cargo.lock @@ -53,7 +53,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -61,7 +61,7 @@ name = "log" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]