Update CI to Rust 1.59
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good

This will support Rust 2021 edition for Actix 4.
This commit is contained in:
Cameron Cordes
2022-03-01 20:44:51 -05:00
parent 69fe307516
commit b219663e0a

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'rust:1.55' image 'rust:1.59'
args '-v "$PWD":/usr/src/image-api' args '-v "$PWD":/usr/src/image-api'
} }
} }