summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-25 21:45:00 +0000
committerbors <bors@rust-lang.org>2022-10-25 21:45:00 +0000
commita90993ec230f58ad92401bbbfb45f4c9da783706 (patch)
tree101b8d63158aa79487fca683fb17db0db83e26be
parent7e8f84c2bbf41d3ac0785e7aa52f1369c4a5e24c (diff)
parent2cd24f52db884b12b7dace8621281ddc89a7cc4a (diff)
downloadrust-libc-a90993ec230f58ad92401bbbfb45f4c9da783706.tar.gz
Auto merge of #2982 - JohnTitor:release-0.2.137, r=JohnTitor0.2.137
Prepare 0.2.137 release Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-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 4ed242b8ec..94d5c96148 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.136"
+version = "0.2.137"
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 1da6298ae1..3ec9363a15 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.136"
+version = "0.2.137"
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.136"
+version = "0.2.137"
default-features = false
[build-dependencies]