cargo-offline
cargo-offline copied to clipboard
`cargo-offline`是标准`cargo`命令的包装器。其被用来,根据距离`cargo-offline`命令执行目录最近的`Cargo.toml`文件是否曾经被修改,来给被包装的`cargo`命令聪明地添加`--offline`命令行参数(即,离线编译)。
Results
1
cargo-offline issues
Sort by
recently updated
recently updated
newest added
1. 执行`cargo install cargo-offline --features=cargo-metadata` 2. 如下: error[E0554]: `#![feature]` may not be used on the stable release channel --> C:\Users\Administrator\.cargo\registry\src\rsproxy.cn-8f6827c7555bfaf8\cargo-offline-0.1.6\src\main.rs:1:84 | 1 | #![cfg_attr(all(feature = "cargo-metadata", not(feature = "toml-config")), feature(file_set_times))]...