mirror of
https://github.com/dtolnay/rust-toolchain
synced 2026-01-01 13:09:03 +01: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() {
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue