Update nightly version in CI

Former-commit-id: 721908c08e
This commit is contained in:
Maybe Waffle 2022-09-09 21:59:11 +04:00
parent 7a3257a5f4
commit 49179dd274
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ env:
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
rust_nightly: nightly-2022-07-01
rust_nightly: nightly-2022-09-01
# When updating this, also update:
# - README.md
# - src/lib.rs
@ -82,7 +82,7 @@ jobs:
toolchain: beta
features: "--features full"
- rust: nightly
toolchain: nightly-2022-07-01
toolchain: nightly-2022-09-01
features: "--all-features"
- rust: msrv
toolchain: 1.58.0

View file

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