summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-16 22:36:18 +0000
committerbors <bors@rust-lang.org>2022-05-16 22:36:18 +0000
commit5add164cd9beadf360dd6fdc738681e73475d14d (patch)
treeb28b23b1b07aef85e2075b40f3c97767c184ba79
parentaffe51f4fb9f5af32053c805768ff72dded2fe88 (diff)
parentcf1ccd8045bc25c5c3c8a33a9ea93c3a772a3b2a (diff)
downloadrust-libc-5add164cd9beadf360dd6fdc738681e73475d14d.tar.gz
Auto merge of #2789 - s1341:bump_version_to_0_2_126, r=Amanieu0.2.126
Bump version to 0.2.126
-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 6bdb746aeb..6df0c87240 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.125"
+version = "0.2.126"
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 820a6ddc49..34a77feb48 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.125"
+version = "0.2.126"
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.125"
+version = "0.2.126"
default-features = false
[build-dependencies]