Skip to content

Commit 2ca935e

Browse files
committed
ci: update nightly version to 2025-10-12
1 parent c1fa25f commit 2ca935e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
1717
# Change to specific Rust release to pin
1818
rust_stable: stable
19-
rust_nightly: nightly-2025-01-25
19+
rust_nightly: nightly-2025-10-12
2020
# Pin a specific miri version
2121
rust_miri_nightly: nightly-2025-06-02
2222
rust_clippy: '1.88'

netlify.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
[build]
2-
# TODO: unfreeze toolchain
3-
# error[E0557]: feature has been removed
4-
# --> /opt/buildhome/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs:89:29
5-
# |
6-
# 89 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
7-
# | ^^^^^^^^^^^^ feature has been removed
8-
# |
9-
# = note: removed in 1.58.0; see <https://github.com/rust-lang/rust/pull/138907; for more information
10-
# = note: merged into `doc_cfg`
112
command = """
12-
rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features
3+
rustup install nightly --profile minimal && cargo doc --no-deps --all-features
134
"""
145
publish = "target/doc"
156

0 commit comments

Comments
 (0)