From 96c38c751323025e6513ad78d2657c18dbd7f531 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Thu, 23 Mar 2023 12:17:26 -0700 Subject: [PATCH] build: Upgrade Rust to v1.68.1. (#742) --- .github/workflows/benchmark.yml | 2 +- .github/workflows/moon.yml | 2 +- .github/workflows/rust.yml | 6 +++--- rust-toolchain.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7816cb1b388..8f98e25071e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,7 +35,7 @@ jobs: # ref: ${{ github.event.pull_request.head.sha }} - uses: actions-rs/toolchain@v1 with: - toolchain: 1.68.0 + toolchain: 1.68.1 profile: minimal - uses: Swatinem/rust-cache@v2 with: diff --git a/.github/workflows/moon.yml b/.github/workflows/moon.yml index f60c6c34a46..fa1478afc53 100644 --- a/.github/workflows/moon.yml +++ b/.github/workflows/moon.yml @@ -33,7 +33,7 @@ jobs: cache: yarn - uses: actions-rs/toolchain@v1 with: - toolchain: 1.68.0 + toolchain: 1.68.1 profile: minimal - uses: Swatinem/rust-cache@v2 with: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e762eba4782..6ada1c69e73 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: - uses: actions-rs/toolchain@v1 name: Setup toolchain with: - toolchain: 1.68.0 + toolchain: 1.68.1 profile: minimal components: rustfmt - uses: Swatinem/rust-cache@v2 @@ -48,7 +48,7 @@ jobs: - uses: actions-rs/toolchain@v1 name: Setup toolchain with: - toolchain: 1.68.0 + toolchain: 1.68.1 profile: minimal components: clippy - uses: Swatinem/rust-cache@v2 @@ -69,7 +69,7 @@ jobs: - uses: actions-rs/toolchain@v1 name: Setup toolchain with: - toolchain: 1.68.0 + toolchain: 1.68.1 profile: minimal components: llvm-tools-preview - name: Cache cargo diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d446fc86b9b..29d8c2193db 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,4 +2,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.68.0" +channel = "1.68.1"