Update CI to Rust 1.59
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good
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:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'rust:1.55'
|
||||
image 'rust:1.59'
|
||||
args '-v "$PWD":/usr/src/image-api'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user