summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-06-24 22:11:11 +0200
committerGitHub <noreply@github.com>2024-06-24 20:11:11 +0000
commit45366c0112ac7a6197cee35f1e180c6a00923e05 (patch)
tree8ce9679593c7ace2ce671cd67fec67745955f529 /.github/workflows
parente6b531487042aab25fa72c886decf526672a4631 (diff)
Bump Rust in CI (#4445)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/release.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b4f7687..d7c6214f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@1.77.0
+ - uses: dtolnay/rust-toolchain@1.79.0
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --no-run
- run: cargo test --workspace --no-fail-fast
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@1.77.0
+ - uses: dtolnay/rust-toolchain@1.79.0
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8cfc15ed..51a27ea9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@1.77.0
+ - uses: dtolnay/rust-toolchain@1.79.0
with:
target: ${{ matrix.target }}