Added latest rust releases and develop branch (#10341)
* Added latest rust releases and develop branch * Fixed spacing
This commit is contained in:
parent
d1b7e560bd
commit
a1994d883c
@ -12,6 +12,9 @@ class Rust(Package):
|
||||
homepage = "http://www.rust-lang.org"
|
||||
git = "https://github.com/rust-lang/rust.git"
|
||||
|
||||
version('develop', branch='master')
|
||||
version('1.31.1', tag='1.31.1')
|
||||
version('1.31.0', tag='1.31.0') # "Rust 2018" edition
|
||||
version('1.30.1', tag='1.30.1')
|
||||
|
||||
extendable = True
|
||||
|
Loading…
Reference in New Issue
Block a user