summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-21 00:52:40 +0000
committerbors <bors@rust-lang.org>2021-08-21 00:52:40 +0000
commitd056f09f967758c58bef4012880894f6a88925be (patch)
tree25635901f1d63595465492e42b035b85a7d6bb0d
parent56dfe2ff3d9f30781619c56512ae2e56973b7716 (diff)
parent29d0007942ca11da39f686bab3b0f38a6ff7aa9f (diff)
downloadrust-libc-d056f09f967758c58bef4012880894f6a88925be.tar.gz
Auto merge of #2353 - GuillaumeGomez:upgrade-version, r=JohnTitor0.2.100
Upgrade crate version to 0.2.100 r? `@Amanieu`
-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 13fd416224..03dfb09db0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.99"
+version = "0.2.100"
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 af270e81f4..4566873572 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.99"
+version = "0.2.100"
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.99"
+version = "0.2.100"
default-features = false
[build-dependencies]