summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-18 19:07:55 +0000
committerbors <bors@rust-lang.org>2022-03-18 19:07:55 +0000
commita9176caa19a0aa61a6045eddbb5aed8dee74a172 (patch)
treeca62879d8fbce3db214c0bd159ccaa25e5ae0116
parentfe5e6cc5b9840b4d7a19186891361516cb236142 (diff)
parent9ab83aeda9930d9ae8f75fa5bda03979095f1ba3 (diff)
downloadrust-libc-a9176caa19a0aa61a6045eddbb5aed8dee74a172.tar.gz
Auto merge of #2729 - redox-os:0.2.121, r=Amanieu0.2.121
Bump version to 0.2.121 This will release the Redox OS fixes in #2727 and #2728
-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 dc4378354e..e19e5a07c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.120"
+version = "0.2.121"
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 a38de34761..73be459888 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.120"
+version = "0.2.121"
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.120"
+version = "0.2.121"
default-features = false
[build-dependencies]