summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-06-09 03:06:06 +0000
committerbors <bors@rust-lang.org>2021-06-09 03:06:06 +0000
commit3df6aaa801b7e5ba1f20314416706e5a32bcb2b9 (patch)
tree001c4954ed65a4edb76cee4f90aac7247cc524d5
parent6a9bb9790a569cf0fb65394f55950546d646dfc9 (diff)
parent354747d6e059d3f9840829b47fa935fff8d37091 (diff)
downloadrust-libc-0.2.96.tar.gz
Auto merge of #2206 - tweksteen:update_version_2_96, r=JohnTitor0.2.96
Bump to 0.2.96
-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 8e9e433d89..3d9989c25b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.95"
+version = "0.2.96"
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 2eb5a0870d..0803c54b4b 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.95"
+version = "0.2.96"
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.95"
+version = "0.2.96"
default-features = false
[build-dependencies]