rust: add version 1.32.0 (#10407)

This commit is contained in:
Matthias Diener 2019-01-26 09:26:16 -06:00 committed by Axel Huebl
parent 3fc8203b93
commit 2826d37a45

View File

@ -13,6 +13,7 @@ class Rust(Package):
git = "https://github.com/rust-lang/rust.git"
version('develop', branch='master')
version('1.32.0', tag='1.32.0')
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')