summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-11 17:15:59 +0000
committerbors <bors@rust-lang.org>2022-08-11 17:15:59 +0000
commitd9eb95759d8efb814219654b18cb64a98aa00d97 (patch)
treee385bf477a8f8bab645bd5521469728097120c69
parentf7423256a47d1e01c7e3051ae02850609af2c56b (diff)
parent55a4cba12472e18f4a04dd2f124b9b5df2df35b2 (diff)
downloadrust-libc-0.2.131.tar.gz
Auto merge of #2871 - Amanieu:v0.2.131, r=Amanieu0.2.131
Bump to 0.2.131 to work around Cargo bug https://github.com/rust-lang/cargo/issues/10954
-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 873928ecb5..e19b62d71a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.130"
+version = "0.2.131"
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 e80fdc1f5e..54659339fd 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.130"
+version = "0.2.131"
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.130"
+version = "0.2.131"
default-features = false
[build-dependencies]