summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-05-25 17:32:42 +0000
committerbors <bors@rust-lang.org>2021-05-25 17:32:42 +0000
commite25b7f3d9daab50872f1964b375b492d91085734 (patch)
tree7a34fab416cef392a8f34951ebd05c667101d29e
parent74779489b93d060468767a71e1fc2a0de1d63e4c (diff)
parent1cd38b170132136f787c625d26f83e3a8b93b03e (diff)
downloadrust-libc-0.2.95.tar.gz
Auto merge of #2169 - mullvad:bump-version, r=JohnTitor0.2.95
Bump version to `0.2.95` Hiya, I'm eager to use the recently added constant in #2168. Thus, here's a PR to bump the `libc` version to allow a new version to be released.
-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 1299376e2f..8e9e433d89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.94"
+version = "0.2.95"
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 7f891fa9cb..7b8bae6efd 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.94"
+version = "0.2.95"
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.94"
+version = "0.2.95"
default-features = false
[build-dependencies]