mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-12-27 01:54:01 -05:00
Predefine branches up to 1.90
This commit is contained in:
@@ -14,7 +14,7 @@ patch_releases=(
|
||||
)
|
||||
|
||||
releases() {
|
||||
printf "%s\n" 1.{0..80}.0 ${patch_releases[@]} | sort -V
|
||||
printf "%s\n" 1.{0..90}.0 ${patch_releases[@]} | sort -V
|
||||
}
|
||||
|
||||
base=$(git rev-parse HEAD)
|
||||
|
||||
Reference in New Issue
Block a user