summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-08-11 15:12:14 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2022-08-11 15:12:14 +0100
commit55a4cba12472e18f4a04dd2f124b9b5df2df35b2 (patch)
treefa3e16a6e87a38ce99465f65c27c4de4d5837b3e
parent14e178cea44f23e098052ed3730dfc1d33c23f38 (diff)
downloadrust-libc-55a4cba12472e18f4a04dd2f124b9b5df2df35b2.tar.gz
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]