bump: rust to 1.70.0

This commit is contained in:
Mirlahiji 2023-06-03 22:46:42 +03:30
parent 43f2eea204
commit 763aa5d8fe
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: icepuma/rust-action@master
- uses: mirlahiji/rust-action@master
with:
args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test

View File

@ -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.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions"