Update pinned nightly version

This commit is contained in:
Maybe Waffle 2022-07-03 14:24:42 +04:00
parent 3b0e3f3a0c
commit 0048370169
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-06
toolchain: nightly-2022-07-01
override: true
components: rustfmt
@ -37,7 +37,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-06
toolchain: nightly-2022-07-01
override: true
components: clippy
@ -65,7 +65,7 @@ jobs:
toolchain: beta
features: "--features full"
- rust: nightly
toolchain: nightly-2022-05-06
toolchain: nightly-2022-07-01
features: "--all-features"
- rust: msrv
toolchain: "1.58.0"

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2022-05-06"
channel = "nightly-2022-07-01"
components = ["rustfmt", "clippy"]
profile = "minimal"