chore: update rust CI version from 1.49 to latest
This commit is contained in:
parent
0cbcac06af
commit
7222c4a722
|
@ -4,7 +4,7 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: rust:1.49
|
image: rust:latest
|
||||||
commands:
|
commands:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue