mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-04-04 08:17:15 +00:00
Predefine branches up to 1.100
This commit is contained in:
parent
c5a29ddb4d
commit
888c2e1ea6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ patch_releases=(
|
||||||
)
|
)
|
||||||
|
|
||||||
releases() {
|
releases() {
|
||||||
printf "%s\n" 1.{0..90}.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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue