summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorlyinch <backes.thierry@gmail.com>2022-02-18 23:31:26 +0100
committerlyinch <backes.thierry@gmail.com>2022-02-18 23:31:26 +0100
commit57858f738773b6cbe735dfa21bac96ffff97b2bc (patch)
treee1045bb51aeb229a11e83f16084aab797cc0aa9f /libc-test/Cargo.toml
parent4655f148587eabdf85673adbf1e254872121fac8 (diff)
downloadrust-libc-57858f738773b6cbe735dfa21bac96ffff97b2bc.tar.gz
Bump version to 0.2.119
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r--libc-test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 345a701463..7d7eaa80b9 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
-version = "0.2.118"
+version = "0.2.119"
default-features = false
[build-dependencies]