mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Merge pull request #38 from dtolnay/minor
Add branches for minor versions
This commit is contained in:
commit
026b841fe4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ patch_releases=(
|
||||||
)
|
)
|
||||||
|
|
||||||
releases() {
|
releases() {
|
||||||
printf "%s\n" 1.{0..70}.0 ${patch_releases[@]} | sort -V
|
printf "%s\n" 1.{0..70}{,.0} ${patch_releases[@]} | sort -V
|
||||||
}
|
}
|
||||||
|
|
||||||
base=$(git rev-parse HEAD)
|
base=$(git rev-parse HEAD)
|
||||||
|
|
Loading…
Reference in a new issue