Added latest rust releases and develop branch (#10341)

* Added latest rust releases and develop branch

* Fixed spacing
This commit is contained in:
sknigh 2019-01-14 15:22:38 -08:00 committed by Adam J. Stewart
parent d1b7e560bd
commit a1994d883c

View File

@ -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