summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2021-05-31 17:21:11 +0200
committerThiƩbaud Weksteen <tweek@google.com>2021-06-07 09:22:13 +0200
commit354747d6e059d3f9840829b47fa935fff8d37091 (patch)
tree67c56248047e04cddbafa0f9479fe62ebe89db47
parentf9ee729a53744048c1c529fefd28de3fd24faa5f (diff)
downloadrust-libc-354747d6e059d3f9840829b47fa935fff8d37091.tar.gz
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]