From 9a84af453575bf2bda5bc49c82c025b0b1483a50 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 24 Jul 2024 16:14:24 -0400 Subject: [PATCH] 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. --- modules/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/shell.nix b/modules/shell.nix index b54cc4e0..f4a9d36b 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -110,7 +110,6 @@ in cargo-license cargo-feature cargo-tarpaulin - cargo-edit bacon clippy ;