summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-05 23:11:07 +0000
committerbors <bors@rust-lang.org>2022-04-05 23:11:07 +0000
commit53f78cdcd4dd306d5d51044ace8031b3f3e00756 (patch)
treeb18e13dc0fa353bb64780dba9677c4206132c76a
parentce7fd91d8d453be6991ce7d0dedfda13db40a1cb (diff)
parent658e7ee248759259ff4f5bcc4b8c0e38e5024335 (diff)
downloadrust-libc-0.2.122.tar.gz
Auto merge of #2739 - Gankra:release, r=Amanieu0.2.122
0.2.122 Release
-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 e19e5a07c2..1663671cbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.121"
+version = "0.2.122"
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 73be459888..088d2a7d38 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.121"
+version = "0.2.122"
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.121"
+version = "0.2.122"
default-features = false
[build-dependencies]