ci: Bump nightly toolchain
This commit is contained in:
parent
68c9bb0930
commit
201733ebe9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ env:
|
|||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||||
# Keep in sync with version in `rust-toolchain.toml` and `xtask/src/ci.rs`
|
# Keep in sync with version in `rust-toolchain.toml` and `xtask/src/ci.rs`
|
||||||
NIGHTLY: nightly-2023-11-08
|
NIGHTLY: nightly-2024-02-14
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
# Keep in sync with version in `xtask/src/ci.rs` and `.github/workflows/ci.yml`
|
# Keep in sync with version in `xtask/src/ci.rs` and `.github/workflows/ci.yml`
|
||||||
channel = "nightly-2023-11-08"
|
channel = "nightly-2024-02-14"
|
||||||
components = ["rustfmt", "clippy"]
|
components = ["rustfmt", "clippy"]
|
||||||
|
@ -15,7 +15,7 @@ use serde::Deserialize;
|
|||||||
use serde_json::from_str as from_json_str;
|
use serde_json::from_str as from_json_str;
|
||||||
|
|
||||||
// Keep in sync with version in `rust-toolchain.toml` and `.github/workflows/ci.yml`
|
// Keep in sync with version in `rust-toolchain.toml` and `.github/workflows/ci.yml`
|
||||||
const NIGHTLY: &str = "nightly-2023-11-08";
|
const NIGHTLY: &str = "nightly-2024-02-14";
|
||||||
|
|
||||||
#[cfg(feature = "default")]
|
#[cfg(feature = "default")]
|
||||||
mod cargo;
|
mod cargo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user