Merge pull request #212829 from figsoda/cargo-expand

cargo-expand: 1.0.38 -> 1.0.39
This commit is contained in:
Nick Cao 2023-01-27 07:41:44 +08:00 committed by GitHub
commit 32e7d3f420
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.38";
version = "1.0.39";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
sha256 = "sha256-n7GDvniwkyCYiu7/qw0TQsVsTZfjcSpkF2Qo/uO60e4=";
sha256 = "sha256-wJyCRg6qvkjjaFuFK6hTqt3u7ugFKAc9K4M/BojND6o=";
};
cargoHash = "sha256-oA+8bceow7Cdao9FhkXkfFyrCpgvR4NJHddevbhUFkA=";
cargoHash = "sha256-n4fraxlMtkVNNmteVBoS6BlS0qE6bpFL/fKRp2pjxIs=";
meta = with lib; {
description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";