summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-08-18 13:31:52 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-08-19 10:10:01 +0200
commit29d0007942ca11da39f686bab3b0f38a6ff7aa9f (patch)
tree3eeb331e71c9e8769fe6f892ccdf613017088ecf /libc-test/Cargo.toml
parent2e8a5e6fc9ae3eacabf558e678928f2ca963a110 (diff)
downloadrust-libc-29d0007942ca11da39f686bab3b0f38a6ff7aa9f.tar.gz
Upgrade crate version to 0.2.100
Diffstat (limited to 'libc-test/Cargo.toml')
-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 af270e81f4..4566873572 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.99"
+version = "0.2.100"
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.99"
+version = "0.2.100"
default-features = false
[build-dependencies]