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