From a65439ad1134a96f00e7280df0a99ed23e4485d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:12:35 +0000 Subject: [PATCH] Update dependency cargo-msrv to v0.17.1 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cargo-plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-plugins.sh b/cargo-plugins.sh index b2e0933..0ef716e 100755 --- a/cargo-plugins.sh +++ b/cargo-plugins.sh @@ -18,7 +18,7 @@ cargo install cargo-deny@0.16.2 --force --quiet --locked echo echo "🦀 Installing cargo-msrv" -cargo install cargo-msrv@0.17.0 --force --quiet --locked +cargo install cargo-msrv@0.17.1 --force --quiet --locked echo echo "🦀 Installing cargo-machete"