Revert "chore: update rust version in CI config"

This reverts commit ad5e9e8761.
This commit is contained in:
Rekai Nyangadzayi Musuka 2021-02-11 16:12:40 -06:00
parent ad5e9e8761
commit 500b1069bb
1 changed files with 2 additions and 2 deletions

View File

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