ci: use rust stable
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Dmitry Belyaev 2023-08-05 19:24:47 +03:00
parent 18eb3ec51b
commit a951eff714
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: build
image: rustlang/rust:nightly-alpine
image: rust/1-alpine
commands:
- apk add --no-cache musl-dev
- cargo fetch