[rust] added version 1.41.0 (#14742)

This commit is contained in:
Jennifer Herting 2020-02-04 16:11:36 -05:00 committed by GitHub
parent 997a0f4207
commit d4d82281d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class Rust(Package):
git = "https://github.com/rust-lang/rust.git"
version('develop', branch='master')
version('1.41.0', tag='1.41.0')
version('1.34.0', tag='1.34.0')
version('1.32.0', tag='1.32.0')
version('1.31.1', tag='1.31.1')