diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a34e01a..f3f5f73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: toolchain: - stable - - 1.70.0 + - 1.74.0 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master @@ -27,7 +27,7 @@ jobs: matrix: toolchain: - stable - - 1.70.0 + - 1.74.0 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master