bump: rust to 1.70.0
This commit is contained in:
parent
43f2eea204
commit
763aa5d8fe
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
@ -8,6 +8,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: icepuma/rust-action@master
|
- uses: mirlahiji/rust-action@master
|
||||||
with:
|
with:
|
||||||
args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
|
args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.68.0
|
FROM rust:1.70.0
|
||||||
|
|
||||||
LABEL "com.github.actions.name"="Rust Action"
|
LABEL "com.github.actions.name"="Rust Action"
|
||||||
LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions"
|
LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions"
|
||||||
|
Loading…
Reference in New Issue
Block a user