summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-24 09:47:29 +0000
committerbors <bors@rust-lang.org>2022-10-24 09:47:29 +0000
commit09ad0b37f3d9d9a12c6a86251cf0b3f035125bcd (patch)
tree7291221e3f58fa28f53f78b818c477ad531e8773
parent71b864d3772fce9e1439556b0e0fa2af6bbeaa14 (diff)
parent5e3c7089fc315a739705fd15b3eddca6fd60f352 (diff)
downloadrust-libc-09ad0b37f3d9d9a12c6a86251cf0b3f035125bcd.tar.gz
Auto merge of #2975 - JohnTitor:release-0.2.136, r=JohnTitor0.2.136
Prepare 0.2.136 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 6aa918438e..4ed242b8ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.135"
+version = "0.2.136"
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 a27ecd3048..1da6298ae1 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.135"
+version = "0.2.136"
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.135"
+version = "0.2.136"
default-features = false
[build-dependencies]