From 56f84321dbccf38fb67ce29ab63e4754056677e0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 18 Mar 2025 12:14:28 -0700 Subject: [PATCH 1/3] Add 1.85.1 patch release --- scripts/update-revs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-revs.sh b/scripts/update-revs.sh index 84693a3..697d135 100755 --- a/scripts/update-revs.sh +++ b/scripts/update-revs.sh @@ -11,7 +11,7 @@ patch_releases=( 1.12.1 1.15.1 1.22.1 1.24.1 1.26.1 1.26.2 1.27.1 1.27.2 1.29.1 1.29.2 1.30.1 1.31.1 1.34.1 1.34.2 1.41.1 1.43.1 1.44.1 1.45.1 1.45.2 1.52.1 1.56.1 1.58.1 1.62.1 1.66.1 1.67.1 1.68.1 1.68.2 1.71.1 1.72.1 1.74.1 1.77.1 1.77.2 1.80.1 - 1.84.1 + 1.84.1 1.85.1 ) releases() { From a02741459ec5e501b9843ed30b535ca0a0376ae4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 18 Mar 2025 12:14:56 -0700 Subject: [PATCH 2/3] toolchain: nightly --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5281d42..85577e6 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,8 @@ branding: inputs: toolchain: description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification - required: true + required: false + default: nightly targets: description: Comma-separated list of target triples to install for this toolchain required: false From 22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 18 Mar 2025 12:14:56 -0700 Subject: [PATCH 3/3] components: clippy --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 85577e6..c73bfe0 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,7 @@ inputs: components: description: Comma-separated list of components to be additionally installed required: false + default: clippy outputs: cachekey: