chore: update rust CI version from 1.49 to latest

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-02-25 23:25:02 -06:00
parent 0cbcac06af
commit 7222c4a722
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ type: docker
name: default
steps:
- name: cargo test
image: rust:1.49
image: rust:latest
commands:
- cargo build --verbose --all
- cargo test --verbose --all