summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-02-15 10:21:18 +0000
committerAmanieu d'Antras <amanieu@gmail.com>2022-02-15 10:21:18 +0000
commit10d456601b6d0c1f34a47232513a1b4a1fb06444 (patch)
treee185df91820fa653747b72ae7b68d18bc444ecc2 /libc-test/Cargo.toml
parentc32c02573f7d0fbb9323a6f82979953c4af3acad (diff)
downloadrust-libc-10d456601b6d0c1f34a47232513a1b4a1fb06444.tar.gz
Bump version to 0.2.118
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 520316d258..7dbcc84338 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.117"
+version = "0.2.118"
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.117"
+version = "0.2.118"
default-features = false
[build-dependencies]