summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-08-10 07:01:22 +0900
committerYuki Okushi <jtitor@2k36.org>2022-08-10 07:01:22 +0900
commita328e2bf8ba446a361c8415155e3d637b3c897c9 (patch)
tree4a62e011bf0c44ce46e5a0bf95087ad1ca911e0e /Cargo.toml
parentdad43ed81605cf6fca6dadfd0c45bc4a5aad7a82 (diff)
downloadrust-libc-a328e2bf8ba446a361c8415155e3d637b3c897c9.tar.gz
Bump up to v0.2.129
... because v0.2.128 has a Cargo bug: https://github.com/rust-lang/libc/issues/2866 Signed-off-by: Yuki Okushi <jtitor@2k36.org>
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 e993993205..3081d5e5b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.128"
+version = "0.2.129"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"