ci: use rust stable
continuous-integration/drone/push Build encountered an error Details

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
1 changed files with 1 additions and 1 deletions

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