summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorSteve Lau <stevelauc@outlook.com>2022-11-06 10:05:43 +0800
committerSteve Lau <stevelauc@outlook.com>2022-11-06 10:05:43 +0800
commit862d9d8cb3847d03d4ae759de2b5334b62d06c5e (patch)
tree00fff69a08f51f21d64d8e60cf1c60c84dcbcf63 /libc-test
parentc206b79eb1d1571dc95c5e717e3bd6fe7de76583 (diff)
downloadrust-libc-862d9d8cb3847d03d4ae759de2b5334b62d06c5e.tar.gz
bump to 0.2.138
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 3ec9363a15..9805a93ce6 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.137"
+version = "0.2.138"
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.137"
+version = "0.2.138"
default-features = false
[build-dependencies]