From ddc4f287551970446d7f3a3d789590447f698775 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Sun, 28 Aug 2022 16:26:43 +0300 Subject: [PATCH] Update cargo deps --- rust/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust/flake.nix b/rust/flake.nix index 6650643..ada4164 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -40,9 +40,8 @@ rustToolchain openssl pkg-config - cargo-audit cargo-deny - cargo-cross + cargo-edit rust-analyzer ] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS