From afc2dc459687f00e99a9e27b1904afddc3a9441b Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 13 May 2022 20:15:54 +0530 Subject: [PATCH] chore: Upgrade Rust to 1.60.0 (#965) --- .github/workflows/ci.yml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9603de82..131749c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: uses: hecrj/setup-rust-action@v1 with: components: clippy, rustfmt - rust-version: 1.59.0 + rust-version: 1.60.0 - name: Install python uses: actions/setup-python@v2 diff --git a/rust-toolchain b/rust-toolchain index bb120e87..4d5fde5b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.59.0 +1.60.0