Skip to content
Snippets Groups Projects
Commit a1994d88 authored by sknigh's avatar sknigh Committed by Adam J. Stewart
Browse files

Added latest rust releases and develop branch (#10341)

* Added latest rust releases and develop branch

* Fixed spacing
parent d1b7e560
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ class Rust(Package): ...@@ -12,6 +12,9 @@ class Rust(Package):
homepage = "http://www.rust-lang.org" homepage = "http://www.rust-lang.org"
git = "https://github.com/rust-lang/rust.git" 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') version('1.30.1', tag='1.30.1')
extendable = True extendable = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment