summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-12-03 20:07:36 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-12-03 20:07:36 +0100
commit9db545f59ddf729fb25c81ea045f279ff70c2b11 (patch)
tree880af4248bb085c1ede56e63bdc539cb1bdcb044
parent92b468044209a0f0abbec798a207cce74e184564 (diff)
downloadrust-libc-9db545f59ddf729fb25c81ea045f279ff70c2b11.tar.gz
Upgrade crate version to 0.2.109
-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]