chore: update rust version in CI config
This commit is contained in:
parent
5a7a6db1df
commit
ad5e9e8761
|
@ -5,7 +5,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: rust:1.49
|
image: rust:1.50
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libasound2-dev
|
- apt-get install -y libasound2-dev
|
||||||
|
|
Loading…
Reference in New Issue