summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-02-15 10:22:16 +0000
committerbors <bors@rust-lang.org>2022-02-15 10:22:16 +0000
commitf1d3d97cd78bf04643a83ea728a487f5a2a10800 (patch)
treee185df91820fa653747b72ae7b68d18bc444ecc2
parentc32c02573f7d0fbb9323a6f82979953c4af3acad (diff)
parent10d456601b6d0c1f34a47232513a1b4a1fb06444 (diff)
downloadrust-libc-f1d3d97cd78bf04643a83ea728a487f5a2a10800.tar.gz
Auto merge of #2687 - Amanieu:v118, r=Amanieu0.2.118
Bump version to 0.2.118
-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 6ae738e560..75f45fabae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.117"
+version = "0.2.118"
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 520316d258..7dbcc84338 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.117"
+version = "0.2.118"
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.117"
+version = "0.2.118"
default-features = false
[build-dependencies]