Bump rust version to 1.56.1

Apparently, code coverage doesn't work that well in 1.55.
This commit is contained in:
Dmitry Ivanov
2021-12-06 03:41:40 +03:00
parent d874675955
commit b87ab17d05

View File

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