chore: update rust version in CI config

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-02-11 16:08:26 -06:00
parent 2500fd4561
commit 240be750d2
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: cargo test - name: cargo test
image: rust:1.49 image: rust:1.50
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all
- cargo test --verbose --all - cargo test --verbose --all