Loading pkgs/development/tools/rust/cargo-edit/Cargo.lock +344 −239 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/development/tools/rust/cargo-edit/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "cargo-edit"; version = "0.11.9"; version = "0.11.11"; src = fetchFromGitHub { owner = "killercup"; repo = pname; rev = "v${version}"; hash = "sha256-2anmuenywCdmPncsof2nD0xrerMFMP3yhTMXs+Qux0s="; hash = "sha256-pxlwCeGOH0uqPdDJ7zIXFIRBuHwyByZ5r1VWzluvz10="; }; cargoLock = { Loading Loading
pkgs/development/tools/rust/cargo-edit/Cargo.lock +344 −239 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/development/tools/rust/cargo-edit/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "cargo-edit"; version = "0.11.9"; version = "0.11.11"; src = fetchFromGitHub { owner = "killercup"; repo = pname; rev = "v${version}"; hash = "sha256-2anmuenywCdmPncsof2nD0xrerMFMP3yhTMXs+Qux0s="; hash = "sha256-pxlwCeGOH0uqPdDJ7zIXFIRBuHwyByZ5r1VWzluvz10="; }; cargoLock = { Loading