summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-09 13:05:57 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-09 13:05:57 +0100
commit9375fc7e46ca3a55c63e6a13a46f1cc324fd58b2 (patch)
treef4a3e90cbfc722ad46cea78d7ba430275ee420f0 /libc-test
parent6fe1ff94948e805c0d20970adaa73ebdd4fd7d1b (diff)
downloadrust-libc-9375fc7e46ca3a55c63e6a13a46f1cc324fd58b2.tar.gz
Upgrade crate version to 0.2.110
Diffstat (limited to 'libc-test')
-rw-r--r--libc-test/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 398f3adb3b..73f87047f8 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.109"
+version = "0.2.110"
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.109"
+version = "0.2.110"
default-features = false
[build-dependencies]