mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-07-13 07:58:19 +00:00
Compare commits
3 commits
286e62bc09
...
3c36a1f08b
Author | SHA1 | Date | |
---|---|---|---|
|
3c36a1f08b | ||
|
79d8e91495 | ||
|
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
Add a link
Reference in a new issue