summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorFelix Obenhuber <felix@obenhuber.de>2021-08-02 08:12:21 +0200
committerFelix Obenhuber <felix@obenhuber.de>2021-08-02 08:12:21 +0200
commit520dd7df61b9b966ec64514ed58462d1ca77289b (patch)
treee13877bf00fd86c4b37ddfb4439a4cc1ef2ec62a /libc-test/Cargo.toml
parentd5db1db048531bf0732c575057f42afd9521a685 (diff)
downloadrust-libc-520dd7df61b9b966ec64514ed58462d1ca77289b.tar.gz
Bump to 0.2.99
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 3adbbc7fdd..af270e81f4 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.98"
+version = "0.2.99"
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.98"
+version = "0.2.99"
default-features = false
[build-dependencies]