diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-07-08 22:41:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 20:41:38 +0000 |
| commit | 34990f7f0e25d51a76520edc1101df606013973f (patch) | |
| tree | 2fbb696427db022f28eddac5690e133130f2e96b /.github | |
| parent | d1c7d08893ef293e74ac0763005e1dd3f46e6495 (diff) | |
Bump dependencies (#4523)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7c6214f..3dca5249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.74.0 + - uses: dtolnay/rust-toolchain@1.77.0 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2023-09-13 + toolchain: nightly-2024-06-01 - uses: Swatinem/rust-cache@v2 - run: cargo install --locked cargo-fuzz@0.12.0 - run: cd tests/fuzz && cargo fuzz build --dev |
