From 990396148781dfc0e37958d0f72e3f21417029f9 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Mon, 9 Sep 2024 08:59:35 +0800 Subject: [PATCH] dont need rustup update? --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 73d6974..1b0cb68 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -44,8 +44,6 @@ jobs: # Rust will frequently add new warnings and checks. if: matrix.rust == 'msrv' run: echo RUSTFLAGS='-Dwarnings' >> $GITHUB_ENV - - run: rustup update - - run: cargo version - uses: stellar/binaries@v30 with: name: cargo-hack