Added rust 1.34.0 (#11200)
This commit is contained in:
parent
a287ad6edd
commit
308805cd54
1 changed files with 1 additions and 0 deletions
|
@ -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.34.0', tag='1.34.0')
|
||||||
version('1.32.0', tag='1.32.0')
|
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
|
||||||
|
|
Loading…
Reference in a new issue