mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-04-08 17:42:12 +08:00
Merge pull request #38 from dtolnay/minor
Add branches for minor versions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user