forked from M-Labs/artiq
conda: update rustc to 1.23.0.
This commit is contained in:
parent
3ba82cf19c
commit
46218c1fff
|
@ -1,2 +1,5 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["runtime", "ksupport", "satman"]
|
members = ["runtime", "ksupport", "satman"]
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
debug = 1 # either 0 or 2 cause an LLVM ICE
|
||||||
|
|
|
@ -20,8 +20,7 @@ requirements:
|
||||||
- binutils-or1k-linux >=2.27
|
- binutils-or1k-linux >=2.27
|
||||||
- llvm-or1k 4.0.1
|
- llvm-or1k 4.0.1
|
||||||
- llvmlite-artiq 0.20.0
|
- llvmlite-artiq 0.20.0
|
||||||
- rustc 1.22.1 17
|
- rust-core-or1k 1.23.0 19
|
||||||
- rust-core-or1k 1.22.1 18
|
|
||||||
- openocd ==0.10.0
|
- openocd ==0.10.0
|
||||||
- lit
|
- lit
|
||||||
- outputcheck
|
- outputcheck
|
||||||
|
|
Loading…
Reference in New Issue