refactor: removed unused dependencies
This commit is contained in:
@@ -278,3 +278,18 @@ or:
|
||||
`rustup toolchain install stable-msvc`
|
||||
|
||||
activate toolchain with `rustup default`
|
||||
|
||||
|
||||
### udeps
|
||||
|
||||
https://github.com/est31/cargo-udeps
|
||||
|
||||
While compilation of this tool also works on Rust stable, it needs Rust nightly to actually run.
|
||||
`cargo install cargo-udeps --locked`
|
||||
|
||||
|
||||
cargo +nightly udeps
|
||||
|
||||
#### switching to nightly and back
|
||||
|
||||
rustup override set nightly
|
||||
|
||||
Reference in New Issue
Block a user