rust: add version 1.32.0 (#10407)
This commit is contained in:
parent
3fc8203b93
commit
2826d37a45
@ -13,6 +13,7 @@ class Rust(Package):
|
|||||||
git = "https://github.com/rust-lang/rust.git"
|
git = "https://github.com/rust-lang/rust.git"
|
||||||
|
|
||||||
version('develop', branch='master')
|
version('develop', branch='master')
|
||||||
|
version('1.32.0', tag='1.32.0')
|
||||||
version('1.31.1', tag='1.31.1')
|
version('1.31.1', tag='1.31.1')
|
||||||
version('1.31.0', tag='1.31.0') # "Rust 2018" edition
|
version('1.31.0', tag='1.31.0') # "Rust 2018" edition
|
||||||
version('1.30.1', tag='1.30.1')
|
version('1.30.1', tag='1.30.1')
|
||||||
|
Loading…
Reference in New Issue
Block a user