From b87ab17d05b2ca9776ee781fca7606aa5f618a81 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Mon, 6 Dec 2021 03:41:40 +0300 Subject: [PATCH] Bump rust version to 1.56.1 Apparently, code coverage doesn't work that well in 1.55. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5aa426d0b..664db960dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ executors: zenith-build-executor: resource_class: xlarge docker: - - image: cimg/rust:1.55.0 + - image: cimg/rust:1.56.1 zenith-python-executor: docker: - image: cimg/python:3.7.10 # Oldest available 3.7 with Ubuntu 20.04 (for GLIBC and Rust) at CirlceCI