diff options
author | bors <bors@rust-lang.org> | 2022-05-16 22:36:18 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2022-05-16 22:36:18 +0000 |
commit | 5add164cd9beadf360dd6fdc738681e73475d14d (patch) | |
tree | b28b23b1b07aef85e2075b40f3c97767c184ba79 /libc-test/Cargo.toml | |
parent | affe51f4fb9f5af32053c805768ff72dded2fe88 (diff) | |
parent | cf1ccd8045bc25c5c3c8a33a9ea93c3a772a3b2a (diff) | |
download | rust-libc-5add164cd9beadf360dd6fdc738681e73475d14d.tar.gz |
Auto merge of #2789 - s1341:bump_version_to_0_2_126, r=Amanieu0.2.126
Bump version to 0.2.126
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r-- | libc-test/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 820a6ddc49..34a77feb48 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.125" +version = "0.2.126" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs" @@ -12,7 +12,7 @@ A test crate for the libc crate. [dependencies.libc] path = ".." -version = "0.2.125" +version = "0.2.126" default-features = false [build-dependencies] |