summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-03 02:26:31 +0000
committerbors <bors@rust-lang.org>2022-12-03 02:26:31 +0000
commitce5afa7b523fd114ea7baadb26d5b318017cde58 (patch)
treeab68a0094db2bddbe50266b051e3d15afe35fdc9
parent9c311b4f482abab3ee1bc2ce1e2d1520adc6d567 (diff)
parent862d9d8cb3847d03d4ae759de2b5334b62d06c5e (diff)
downloadrust-libc-ce5afa7b523fd114ea7baadb26d5b318017cde58.tar.gz
Auto merge of #2994 - SteveLauC:libc-02138, r=JohnTitor0.2.138
bump to 0.2.138 Bump version to 0.2.138 🚀
-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 94d5c96148..62b218a546 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.137"
+version = "0.2.138"
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 3ec9363a15..9805a93ce6 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.137"
+version = "0.2.138"
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.137"
+version = "0.2.138"
default-features = false
[build-dependencies]