mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
ci: freeze rustc on nightly-2025-01-25 in netlify.toml (#7652)
Signed-off-by: ADD-SP <[email protected]>
This commit is contained in:
+10
-1
@@ -1,6 +1,15 @@
|
|||||||
[build]
|
[build]
|
||||||
|
# TODO: unfreeze toolchain
|
||||||
|
# error[E0557]: feature has been removed
|
||||||
|
# --> /opt/buildhome/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs:89:29
|
||||||
|
# |
|
||||||
|
# 89 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||||
|
# | ^^^^^^^^^^^^ feature has been removed
|
||||||
|
# |
|
||||||
|
# = note: removed in 1.58.0; see <https://github.com/rust-lang/rust/pull/138907; for more information
|
||||||
|
# = note: merged into `doc_cfg`
|
||||||
command = """
|
command = """
|
||||||
rustup install nightly --profile minimal && cargo doc --no-deps --all-features
|
rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features
|
||||||
"""
|
"""
|
||||||
publish = "target/doc"
|
publish = "target/doc"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user