shell: Drop cargo-edit

This was used for "cargo upgrade" however there have been major
improvements to cargo since I added this and dependabot on GitHub
handles this better anyway.

One major downside of cargo-edit was that it would take a very long time
for the initial upgrade to occur, which made me use "cargo update" more
anyway to avoid the long wait times.
This commit is contained in:
Donovan Glover 2024-07-24 16:14:24 -04:00
parent 288c132afa
commit 9a84af4535
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -110,7 +110,6 @@ in
cargo-license
cargo-feature
cargo-tarpaulin
cargo-edit
bacon
clippy
;