forked from M-Labs/artiq
conda: bump cargo dependency to >= 0.16.0.
We currently have cargo ignoring and recreating the lockfile on CI, which is probably caused by it being too old.
This commit is contained in:
parent
25c9b8827a
commit
990b642461
|
@ -21,7 +21,7 @@ requirements:
|
||||||
- llvm-or1k
|
- llvm-or1k
|
||||||
- llvmlite-artiq 0.12.0.dev py35_30
|
- llvmlite-artiq 0.12.0.dev py35_30
|
||||||
- rust-core-or1k 1.17.0 12
|
- rust-core-or1k 1.17.0 12
|
||||||
- cargo
|
- cargo >=0.16.0
|
||||||
- openocd >=0.10
|
- openocd >=0.10
|
||||||
- lit
|
- lit
|
||||||
- outputcheck
|
- outputcheck
|
||||||
|
|
Loading…
Reference in New Issue