Skip to content

Commit 0248697

Browse files
authored
ci: freeze rustc on nightly-2025-01-25 in netlify.toml (#7652)
Signed-off-by: ADD-SP <[email protected]>
1 parent 8ccf2fb commit 0248697

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

netlify.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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`
211
command = """
3-
rustup install nightly --profile minimal && cargo doc --no-deps --all-features
12+
rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features
413
"""
514
publish = "target/doc"
615

0 commit comments

Comments
 (0)