summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"