|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/sh |
|
|
|
set -eu |
|
|
|
|
|
|
|
version_mrustc=0.9 # https://github.com/thepowersgang/mrustc/releases/ |
|
|
|
version_mrustc=0.9 # https://github.com/thepowersgang/mrustc/tags |
|
|
|
version_mrustc_rust=1.29.0 # Depends on mrustc |
|
|
|
versions_llvm='7.1.0 10.0.1' # https://github.com/llvm/llvm-project/releases |
|
|
|
versions_rustc='1.30.1 1.31.1 1.32.0 1.33.0 1.34.2 1.35.0 1.36.0 1.37.0 1.38.0 1.39.0 1.40.0 1.41.1 1.42.0 1.43.1 1.44.1 1.45.2 1.46.0 1.47.0' # https://github.com/rust-lang/rust/blob/master/RELEASES.md |
|
|
|