Update to Actix 4 #19

Merged
cameron merged 3 commits from feature/update-to-actix-4 into master 2022-03-02 02:32:31 +00:00
Showing only changes of commit b219663e0a - Show all commits

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'
} }
} }