From d9ce2d5367fb21891bd77f45693ed2648a9e6bc2 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 30 Jan 2020 15:09:39 -0500 Subject: [PATCH] do cargo-tests with rust-stable --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index c9e170b4d..f194f91fb 100644 --- a/circle.yml +++ b/circle.yml @@ -42,9 +42,9 @@ jobs: command: | curl -L https://github.com/mozilla/grcov/releases/latest/download/grcov-linux-x86_64.tar.bz2 | tar jxf - - run: - name: Pull Rust Nightly + name: Pull Rust Stable command: | - docker pull rustlang/rust:nightly-stretch + docker pull rustlang/rust:1.40-stretch - run: name: Build and Test command: |