Cargo.lock: Update

This commit is contained in:
Zhaofeng Li 2022-02-16 00:54:53 -08:00
parent efa7322587
commit 0080622ad1
3 changed files with 35 additions and 34 deletions

View file

@ -57,7 +57,7 @@
devShell = pkgs.mkShell {
inputsFrom = [ defaultPackage ];
packages = with pkgs; [ clippy mdbook python3 editorconfig-checker rust-analyzer ];
packages = with pkgs; [ clippy mdbook python3 editorconfig-checker rust-analyzer cargo-outdated ];
shellHook = ''
export NIX_PATH=nixpkgs=${pkgs.path}
'';