We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
netlify.toml
1 parent 8ccf2fb commit 0248697Copy full SHA for 0248697
netlify.toml
@@ -1,6 +1,15 @@
1
[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`
11
command = """
- 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
13
"""
14
publish = "target/doc"
15
0 commit comments