summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-06-11 20:47:57 +0000
committerbors <bors@rust-lang.org>2021-06-11 20:47:57 +0000
commit1c66799b7b8b82269c6bff0eab97d1a30e37fd36 (patch)
tree1726c5d99e02b1cded2ea20b3204eb2ab8c28d9f
parent5f423a1ffd9c02bc9e1ba7da8e738520716b6674 (diff)
parent83842baa85995705195f6922aba0db513840cc28 (diff)
downloadrust-libc-0.2.97.tar.gz
Auto merge of #2230 - jonas-schievink:bump, r=JohnTitor0.2.97
Bump version to 0.2.97 I'd like to get a new release published, since I want to make use of https://github.com/rust-lang/libc/pull/2228 in https://github.com/rust-analyzer/rust-analyzer/pull/9204
-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 3d9989c25b..66ced3c6b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.96"
+version = "0.2.97"
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 0803c54b4b..34a06c6849 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.96"
+version = "0.2.97"
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.96"
+version = "0.2.97"
default-features = false
[build-dependencies]