summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-02-19 14:12:21 +0000
committerbors <bors@rust-lang.org>2022-02-19 14:12:21 +0000
commitabb9b4bb0528a218f23789456d5c1aa0715cace1 (patch)
treee1045bb51aeb229a11e83f16084aab797cc0aa9f
parent06a5677619435fc5b1f95b3fde020aff9d119271 (diff)
parent57858f738773b6cbe735dfa21bac96ffff97b2bc (diff)
downloadrust-libc-abb9b4bb0528a218f23789456d5c1aa0715cace1.tar.gz
Auto merge of #2691 - lyinch:libc-02119, r=Amanieu0.2.119
Bump version to 0.2.119 I'd like a new release because https://github.com/rust-lang/rust/pull/94100 requires the merged PR: https://github.com/rust-lang/libc/pull/2689
-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 75f45fabae..70650d9a98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.118"
+version = "0.2.119"
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 7dbcc84338..7d7eaa80b9 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.118"
+version = "0.2.119"
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.118"
+version = "0.2.119"
default-features = false
[build-dependencies]