Skip to content

Commit

Permalink
build: Upgrade Rust to v1.68.1. (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Mar 23, 2023
1 parent b39499b commit 96c38c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 96c38c7

Please sign in to comment.