mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 06:41:18 +00:00
Try rust 1.51
This commit is contained in:
parent
bed49462de
commit
1e5d628947
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ steps:
|
||||||
|
|
||||||
# using https://github.com/pksunkara/cargo-workspaces
|
# using https://github.com/pksunkara/cargo-workspaces
|
||||||
- name: publish to crates.io
|
- name: publish to crates.io
|
||||||
image: rust:1.51-slim
|
image: rust:1.51
|
||||||
environment:
|
environment:
|
||||||
CARGO_TOKEN:
|
CARGO_TOKEN:
|
||||||
from_secret: cargo_api_token
|
from_secret: cargo_api_token
|
||||||
|
|
Loading…
Reference in a new issue