summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-12 23:11:01 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-12 23:33:25 +0100
commit62e20fd4c3524dc8581200cbc7a5166feab14de2 (patch)
tree91a9f6c0612e46ce725f0b6aed55c61e27eae8ca /libc-test
parent4b0433d29523f522bdec176588270d164c038096 (diff)
downloadrust-libc-62e20fd4c3524dc8581200cbc7a5166feab14de2.tar.gz
Upgrade crate version to 0.2.112
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 2869dcdad5..b747e1a26c 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.111"
+version = "0.2.112"
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.111"
+version = "0.2.112"
default-features = false
[build-dependencies]