From 3959d9f2d285bd45beb34074cf61090e2c4976dc Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 23 Jan 2022 22:36:40 +0530 Subject: chore: upgrade to rust 1.58.1 (#13459) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e08b4ca7b..1312e8ea9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,10 +82,7 @@ jobs: tar --exclude=".git*" --exclude=target --exclude=third_party/prebuilt \ -czvf target/release/deno_src.tar.gz -C .. deno - - name: Install Rust - uses: hecrj/setup-rust-action@v1 - with: - rust-version: 1.58.0 + - uses: dtolnay/rust-toolchain@stable - name: Install clippy and rustfmt if: matrix.job == 'lint' -- cgit v1.2.3