summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-14 11:16:57 +0000
committerbors <bors@rust-lang.org>2022-03-14 11:16:57 +0000
commitf05cd2a19196c710ed29edba950f7e38906d6043 (patch)
treedd837571fffe49e56abae41cd79f535ce6842558
parent1a311288a8f7523bfe5f88f57c6e96724eb16842 (diff)
parent4ba9d448dbd41b7a8057d363e26ded786a8f670b (diff)
downloadrust-libc-0.2.120.tar.gz
Auto merge of #2723 - solid-rs:libc-02120, r=Amanieu0.2.120
Bump version to 0.2.120 I'd like a new release because an upcoming PR to `rust-lang/rust` requires the merged PR: #2720
-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 70650d9a98..dc4378354e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.119"
+version = "0.2.120"
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 7d7eaa80b9..a38de34761 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.119"
+version = "0.2.120"
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.119"
+version = "0.2.120"
default-features = false
[build-dependencies]