From 0b8b2fe13bb1742e0962071b18889716f67cf7b5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 13 Dec 2024 20:52:46 -0800 Subject: [PATCH 1/3] toolchain: 1.13.0 --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 5281d42..b3c1615 100644 --- a/action.yml +++ b/action.yml @@ -6,9 +6,6 @@ branding: color: purple inputs: - toolchain: - description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification - required: true targets: description: Comma-separated list of target triples to install for this toolchain required: false @@ -47,7 +44,7 @@ runs: echo "toolchain=$toolchain" >> $GITHUB_OUTPUT fi env: - toolchain: ${{inputs.toolchain}} + toolchain: 1.13.0 shell: bash - id: flags From c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 30 Jan 2025 11:16:25 -0800 Subject: [PATCH 2/3] Add 1.84.1 patch release --- scripts/update-revs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-revs.sh b/scripts/update-revs.sh index c60b6a2..462b223 100755 --- a/scripts/update-revs.sh +++ b/scripts/update-revs.sh @@ -11,6 +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 ) releases() { From 4122afd69fe752a44e204a2771a295a388601233 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 30 Jan 2025 11:16:48 -0800 Subject: [PATCH 3/3] toolchain: 1.13.0 --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 5281d42..b3c1615 100644 --- a/action.yml +++ b/action.yml @@ -6,9 +6,6 @@ branding: color: purple inputs: - toolchain: - description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification - required: true targets: description: Comma-separated list of target triples to install for this toolchain required: false @@ -47,7 +44,7 @@ runs: echo "toolchain=$toolchain" >> $GITHUB_OUTPUT fi env: - toolchain: ${{inputs.toolchain}} + toolchain: 1.13.0 shell: bash - id: flags