chore: update CI rust version from 1.49 to latest

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-02-25 23:21:46 -06:00
parent 1ce54d5b5a
commit 66d626e2f1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: cargo test - name: cargo test
image: rust:1.49 image: rust:latest
commands: commands:
- apt-get update - apt-get update
- apt-get install -y libasound2-dev - apt-get install -y libasound2-dev