chore(deps): update docker.io/rust docker tag to v1.80
This commit is contained in:
parent
7335e78552
commit
ca7be5c484
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ steps:
|
||||||
publish_to_crates_io:
|
publish_to_crates_io:
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
image: docker.io/rust:1.79
|
image: docker.io/rust:1.80
|
||||||
commands:
|
commands:
|
||||||
- cargo login "$CARGO_REGISTRY_TOKEN"
|
- cargo login "$CARGO_REGISTRY_TOKEN"
|
||||||
- cargo publish --registry crates-io --no-verify
|
- cargo publish --registry crates-io --no-verify
|
||||||
|
|
Loading…
Reference in a new issue