summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-30 10:15:36 +0000
committerbors <bors@rust-lang.org>2021-03-30 10:15:36 +0000
commit77056408a1cab851d5d4f8c4fb903f102d8b7c65 (patch)
tree9110bbe2a787fd5ce336f19399841db6036c8b4d
parentf2e7721d3167f97e8c5da78f68805c3785b0b2b4 (diff)
parent172771e8c6abb1c98dac1a8f28f0f244c3326d93 (diff)
downloadrust-libc-77056408a1cab851d5d4f8c4fb903f102d8b7c65.tar.gz
Auto merge of #2128 - GuillaumeGomez:bump-version, r=JohnTitor0.2.92
Bump crate version to 0.2.92 Could it be possible to have a new release in the coming days please? Thanks in advance!
-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 0c4443577d..b2821b2c25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.91"
+version = "0.2.92"
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 0fc3576206..d6b8336a13 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.91"
+version = "0.2.92"
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.91"
+version = "0.2.92"
default-features = false
[build-dependencies]