summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIllia Bobyr <illia.bobyr@gmail.com>2023-04-21 17:12:57 -0700
committerIllia Bobyr <illia.bobyr@gmail.com>2023-04-21 17:12:57 -0700
commit013cb0c6a0271a8f0772c864073972fb4cb20b03 (patch)
tree6ddf558695aa86eb079857339a89442bc6e80bb0
parente4cccf92421e5a8a2bf56fed9bd4278eda1f7907 (diff)
downloadrust-libc-013cb0c6a0271a8f0772c864073972fb4cb20b03.tar.gz
Fix "Bump to 0.2.142" libc dependency version
Typo during the previous upgrade in commit 38702b2623a2acfbf1957263f0c84950ef071aa4 Author: Dan Johnson <computerdruid@google.com> Date: Wed Apr 19 14:17:19 2023 -0700 Bump to 0.2.142
-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 212938b23d..83bfcba9c6 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.122"
+version = "0.2.142"
default-features = false
[build-dependencies]