Compare commits

..
1 Commits
Author SHA1 Message Date
dtolnay 6efe689b4c toolchain: 1.52.1 2026-08-04 21:31:08 -07:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ runs:
echo "toolchain=$toolchain" >> $GITHUB_OUTPUT echo "toolchain=$toolchain" >> $GITHUB_OUTPUT
fi fi
env: env:
toolchain: 1.74.1 toolchain: 1.52.1
shell: bash shell: bash
- id: flags - id: flags
+2 -2
View File
@@ -11,11 +11,11 @@ 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.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.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.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.85.1 1.91.1 1.93.1 1.94.1 1.96.1 1.97.1 1.98.1 1.84.1 1.85.1 1.91.1 1.93.1 1.94.1 1.96.1 1.97.1
) )
releases() { releases() {
printf "%s\n" 1.{0..120}.0 ${patch_releases[@]} | sort -V printf "%s\n" 1.{0..100}.0 ${patch_releases[@]} | sort -V
} }
base=$(git rev-parse HEAD) base=$(git rev-parse HEAD)