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.
This commit is contained in:
Heikki Linnakangas
2021-07-13 10:58:25 +03:00
parent 8f81ac064e
commit 99f3775d68

View File

@@ -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: