From 990b6424613adb23b7bfd06b02c7164afde7eea2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 5 Feb 2017 13:55:15 +0000 Subject: [PATCH] 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. --- conda/artiq-dev/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq-dev/meta.yaml b/conda/artiq-dev/meta.yaml index 7a885613d..596995a19 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -21,7 +21,7 @@ requirements: - llvm-or1k - llvmlite-artiq 0.12.0.dev py35_30 - rust-core-or1k 1.17.0 12 - - cargo + - cargo >=0.16.0 - openocd >=0.10 - lit - outputcheck