summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-09-19 12:00:51 +0000
committerbors <bors@rust-lang.org>2022-09-19 12:00:51 +0000
commitd4c4e9214b9e86cdbf68b7f6ca3f064ec148f2e5 (patch)
treef5c6556b397f8c911448694538560f0b2ada5778
parenta88aec36393e8e338cf98cff5ec2cd455ea2a763 (diff)
parentfca317584accbeec8597f8aaaccdbe9c05b15388 (diff)
downloadrust-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.
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81f6c3e310..00aca212de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.132"
+version = "0.2.133"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
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]