mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Predefine branches up to 1.80
This commit is contained in:
parent
b051cf32dc
commit
1f5cdb56c8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ patch_releases=(
|
|||
)
|
||||
|
||||
releases() {
|
||||
printf "%s\n" 1.{0..70}.0 ${patch_releases[@]} | sort -V
|
||||
printf "%s\n" 1.{0..80}.0 ${patch_releases[@]} | sort -V
|
||||
}
|
||||
|
||||
base=$(git rev-parse HEAD)
|
||||
|
|
Loading…
Reference in a new issue