ci: use rust stable

This commit is contained in:
2023-08-05 19:24:47 +03:00
parent 18eb3ec51b
commit a951eff714

@ -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