update gitlab CI MSRV
This commit is contained in:
parent
4565487149
commit
c048d21935
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ build-base-stable:
|
|||
|
||||
build-base-msrv:
|
||||
extends: build-base-stable
|
||||
image: "rust:1.57.0"
|
||||
image: "rust:1.64.0"
|
||||
cache:
|
||||
key: msrv
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue