summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-01-23 22:36:40 +0530
committerGitHub <noreply@github.com>2022-01-23 22:36:40 +0530
commit3959d9f2d285bd45beb34074cf61090e2c4976dc (patch)
tree7c4c7db97a3951bbb7044c0cb6b778f6be0446d7 /.github
parenta96b294a8a421570f6b29b5df6fbeaf2d9658047 (diff)
chore: upgrade to rust 1.58.1 (#13459)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 1 insertions, 4 deletions
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'