summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-04-29 12:03:23 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2022-04-29 12:03:23 +0100
commit5905f469722ed809d07d254bc2e4c486e0725bd7 (patch)
tree0b5afdef9e666d9251faa315a5201080018b6720 /libc-test/Cargo.toml
parenta31c79385b0b47f51116e012717537ab44b56514 (diff)
downloadrust-libc-5905f469722ed809d07d254bc2e4c486e0725bd7.tar.gz
Bump version to 0.2.125
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 50021678ee..820a6ddc49 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.124"
+version = "0.2.125"
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.124"
+version = "0.2.125"
default-features = false
[build-dependencies]