diff options
author | bors <bors@rust-lang.org> | 2022-09-19 12:00:51 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2022-09-19 12:00:51 +0000 |
commit | d4c4e9214b9e86cdbf68b7f6ca3f064ec148f2e5 (patch) | |
tree | f5c6556b397f8c911448694538560f0b2ada5778 /libc-test | |
parent | a88aec36393e8e338cf98cff5ec2cd455ea2a763 (diff) | |
parent | fca317584accbeec8597f8aaaccdbe9c05b15388 (diff) | |
download | rust-libc-d4c4e9214b9e86cdbf68b7f6ca3f064ec148f2e5.tar.gz |
Auto merge of #2906 - beetrees:bump-to-133, r=JohnTitor0.2.133
Bump version to 0.2.133
Bump version to 0.2.133 to allow using #2902 from crates.io.
Diffstat (limited to 'libc-test')
-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 bbd724e27f..a502048538 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.132" +version = "0.2.133" 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.132" +version = "0.2.133" default-features = false [build-dependencies] |