summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-16 05:55:09 +0000
committerbors <bors@rust-lang.org>2021-10-16 05:55:09 +0000
commit20e529595b2dd991072c6fa1cca606b508f5ed1b (patch)
tree6e7a058224ae5b200a45eddb1424559592066c5c
parentb5522085530e57b8b092e7a8e7ae2563af469f51 (diff)
parentc6ad015d15f2b87dc84d6b83db6abc77c0d19722 (diff)
downloadrust-libc-0.2.104.tar.gz
Auto merge of #2443 - ghedo:release-0.2.104, r=JohnTitor0.2.104
Bump version to 0.2.104 I'd like to get https://github.com/rust-lang/libc/pull/2415 into a release so I can use the new API in a change I'm working on for the `nix` crate, please.
-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 6d2c9beb2a..8a97e73bc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.103"
+version = "0.2.104"
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 72e41a696c..526e7b5a9a 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.103"
+version = "0.2.104"
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.103"
+version = "0.2.104"
default-features = false
[build-dependencies]