summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-01-29 14:28:56 +0100
committerLaurenz <laurmaedje@gmail.com>2024-01-29 14:41:45 +0100
commita434cbb64eb96fd822e6c4a669cfa208c7dd5712 (patch)
treec184a95c383ae315163e9ada620eddc2f44dc8ce /.github/workflows
parent23bb48b31ed5db40b390530a8947d48477ffd4a5 (diff)
Raise Rust version to 1.74
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 372ccabd..a11f24dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@1.70.0
+ - uses: dtolnay/rust-toolchain@1.74.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace