refactor: removed unused dependencies

This commit is contained in:
2024-02-28 14:40:59 +01:00
parent ac9488b299
commit 74eb3ac4c2
9 changed files with 27 additions and 144 deletions
+15
View File
@@ -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