summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-23 12:09:16 +0000
committerbors <bors@rust-lang.org>2021-10-23 12:09:16 +0000
commit6877d17250388905289cc13377ac0c6a5131592e (patch)
treedd353197458b84ee66243167b306c80646b29f08
parent4f0b03761903e53ed2574a5b31ea003b35dfc496 (diff)
parent8b0d1fc65d63a47e79491d8b7539aef159497251 (diff)
downloadrust-libc-0.2.105.tar.gz
Auto merge of #2469 - GuillaumeGomez:upgrade-version, r=JohnTitor0.2.105
Upgrade crate version to 0.2.105 Upgrading the version so I can use the newly added freebsd items. :)
-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 8a97e73bc1..3b2526caf5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.104"
+version = "0.2.105"
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 493f1e8357..46574e75ec 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.104"
+version = "0.2.105"
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.104"
+version = "0.2.105"
default-features = false
[build-dependencies]