summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-10 07:12:07 +0000
committerbors <bors@rust-lang.org>2022-10-10 07:12:07 +0000
commit88b2ed287f27a453d623e91517d7973a586a203f (patch)
tree7fc2928b6541f3c183999aa6ad63b1f928e96b7d
parent49c5419b3ab896bb37e2cb9dad0d0bd04dff130b (diff)
parent598b82f4190a40acde850c1bb0c5d92e683bdea8 (diff)
downloadrust-libc-88b2ed287f27a453d623e91517d7973a586a203f.tar.gz
Auto merge of #2951 - MrCroxx:xx/bump-to-135, r=JohnTitor0.2.135
Bump to 0.2.135 I'm going to make a new release as requested by https://github.com/nix-rust/nix/pull/1743#issuecomment-1272269999 .
-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 018cdf69b6..6aa918438e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.134"
+version = "0.2.135"
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 15d5255975..a27ecd3048 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.134"
+version = "0.2.135"
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.134"
+version = "0.2.135"
default-features = false
[build-dependencies]