Merge pull request #228241 from figsoda/cargo-expand

cargo-expand: 1.0.47 -> 1.0.48
This commit is contained in:
Nick Cao 2023-04-26 19:22:40 +08:00 committed by GitHub
commit 5fa0015469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-expand";
version = "1.0.47";
version = "1.0.48";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
sha256 = "sha256-zbV0m9VezBO543uUvgazjvpbVUpQlJfasCI9b2aF+oA=";
sha256 = "sha256-AdL14usCV4iHkrSHcNI6Jg8xeI3ZQxOABLCOCBd+Isw=";
};
cargoHash = "sha256-TuGGDdciupk7nCq8r2hTbTPj1q638T9kGzgYMZe1O4g=";
cargoHash = "sha256-7sMKstWRAXFqBaEBLbetGH0l+9N4PchZ4IYshjmtxns=";
meta = with lib; {
description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";