chore: update rust version in CI config
This commit is contained in:
parent
2500fd4561
commit
240be750d2
|
@ -5,7 +5,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: cargo test
|
||||
image: rust:1.49
|
||||
image: rust:1.50
|
||||
commands:
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
|
Loading…
Reference in New Issue