From 4537634e7eca00e482380606de9ddc0ceaa91219 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Fri, 6 Oct 2023 22:29:12 +0200 Subject: [PATCH] ci: bump rustc to 1.60 for fuzz test Signed-off-by: Vincenzo Palazzo --- .github/workflows/fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 642978f0..81290590 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -49,7 +49,7 @@ hashes_sha1, key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }} - uses: actions-rs/toolchain@v1 with: - toolchain: 1.58 + toolchain: 1.65.0 override: true profile: minimal - name: fuzz