From 99f3775d686bf8047a23d8b3d1e3e9e91f35f53d Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 13 Jul 2021 10:58:25 +0300 Subject: [PATCH] Bump up the rust version we use. The 'aversion' crate version 0.2.0 needs Rust 1.52. That was relaxed at https://github.com/ericseppanen/aversion/pull/3, but there's no released crate version with that change yet. Maybe we should bump up the rust version anyway, not sure, but this should fix the immediate problem of compiling this branch on CI. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4262aedd3e..b0829ca3ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ executors: zenith-build-executor: resource_class: xlarge docker: - - image: cimg/rust:1.51.0 + - image: cimg/rust:1.52.0 jobs: