Skip to content

Commit

Permalink
deps: Update to Rust v1.61. (#107)
Browse files Browse the repository at this point in the history
Update rust.
  • Loading branch information
milesj authored May 25, 2022
1 parent 744761b commit 2cd1232
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
restore-keys: ${{ runner.os }}-moon-node@${{ matrix.node-version }}-
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.61.0
profile: minimal
- uses: moonrepo/tool-version-action@v1
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 @@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.61.0
profile: minimal
components: rustfmt
- uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.61.0
profile: minimal
components: clippy
- uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.61.0
profile: minimal
- uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributions are always welcome, no matter how large or small!
## Prerequisites

- Node.js >= v14.15
- Rust >= 1.60
- Rust >= 1.61

## Setup

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.60.0"
channel = "1.61.0"

0 comments on commit 2cd1232

Please sign in to comment.