Merge pull request #252027 from figsoda/edit

cargo-edit: 0.12.0 -> 0.12.1
This commit is contained in:
Nick Cao 2023-08-29 07:48:25 +08:00 committed by GitHub
commit 35a2f41072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 432 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,19 +10,19 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-edit";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "killercup";
repo = pname;
rev = "v${version}";
hash = "sha256-OUo007XP2B9F8ACTauiA6uls9b3KS5iq15bJDPYCONU=";
hash = "sha256-YKWJR3JgvLd43BpGHrmG3eFj9eRhwGm2e5sfrHdF90U=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cargo-test-macro-0.1.0" = "sha256-hzoQmgvAerIoz7qoT3iyY6kHnt3g1Pv4FaJoqQYU2zE=";
"cargo-test-macro-0.1.0" = "sha256-yE8BJMTRBT3P29t5ygMCybs0CYDcFLVlxi1L0LkBV9Q=";
};
};