From 49179dd27477705227b827db4dee666a2a0639a0 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Fri, 9 Sep 2022 21:59:11 +0400 Subject: [PATCH] Update nightly version in CI Former-commit-id: 721908c08ef7c7dc4485155d953ebed707e2c620 --- .github/workflows/ci.yml | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2ccac7e..2f87ab7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ea79a434..eca55770 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2022-07-01" +channel = "nightly-2022-09-01" components = ["rustfmt", "clippy"] profile = "minimal"