summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2022-03-18 11:17:33 -0600
committerJeremy Soller <jackpot51@gmail.com>2022-03-18 11:17:33 -0600
commit9ab83aeda9930d9ae8f75fa5bda03979095f1ba3 (patch)
treebabec25814f08455f6a7cbb4f980e23707318d56 /libc-test
parent179242ec7be96c1b2a2492f86e73c137e516024c (diff)
downloadrust-libc-9ab83aeda9930d9ae8f75fa5bda03979095f1ba3.tar.gz
Bump version to 0.2.121
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 a38de34761..73be459888 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.120"
+version = "0.2.121"
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.120"
+version = "0.2.121"
default-features = false
[build-dependencies]