summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-12-04 14:16:58 +0000
committerbors <bors@rust-lang.org>2021-12-04 14:16:58 +0000
commit7f8d24422390eeafe1eb905f9704e139d20ce4d9 (patch)
tree61f072c5e0009fc5aa415172ba994fbf269a6f9b
parente497f18d6329f3ad34eebb2b8bc3493d1f269143 (diff)
parent9db545f59ddf729fb25c81ea045f279ff70c2b11 (diff)
downloadrust-libc-7f8d24422390eeafe1eb905f9704e139d20ce4d9.tar.gz
Auto merge of #2578 - GuillaumeGomez:upgrade, r=Amanieu0.2.109
Upgrade crate version to 0.2.109 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 36af35e4ea..cce0088df9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.108"
+version = "0.2.109"
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 742b9a7ff9..398f3adb3b 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.108"
+version = "0.2.109"
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.108"
+version = "0.2.109"
default-features = false
[build-dependencies]