chore: update rust version in CI config

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-02-11 16:07:09 -06:00
parent 4d86fcedc0
commit 35bb98b740
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ name: default
steps:
- name: cargo test
image: rust:1.49
image: rust:1.50
commands:
- apt-get update
- apt-get install -y libasound2-dev
- cargo build --verbose --all
- cargo test --verbose --all
- cargo test --verbose --all