summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-10 00:47:57 +0000
committerbors <bors@rust-lang.org>2021-08-10 00:47:57 +0000
commit3af2448130c80902449704c3fc4799fb9e52af7a (patch)
tree9e72c2252e579a2709e4c72a0edab31c2e157358
parent485507c684b7b390417e6262ab405b7ab3d619ac (diff)
parent520dd7df61b9b966ec64514ed58462d1ca77289b (diff)
downloadrust-libc-0.2.99.tar.gz
Auto merge of #2312 - flxo:master, r=JohnTitor0.2.99
Bump to 0.2.99 I'd like to get a new release published, since I want to make use of #2308 in lucab/memfd-rs#25
-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 6ef382ab5d..13fd416224 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.98"
+version = "0.2.99"
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 3adbbc7fdd..af270e81f4 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.98"
+version = "0.2.99"
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.98"
+version = "0.2.99"
default-features = false
[build-dependencies]