From bb78d4fc8083c91fe14af3ff6c6b0d765264a18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Tue, 31 Dec 2019 19:18:57 +0000 Subject: [PATCH] update rust version of the CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a451e0f..5a98128 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: circleci/rust:1.35-stretch + - image: circleci/rust:1.40-stretch working_directory: ~/repo steps: - checkout