Merge pull request #256966 from figsoda/expand

cargo-expand: 1.0.70 -> 1.0.71
This commit is contained in:
Mario Rodas 2023-09-23 17:35:41 -05:00 committed by GitHub
commit 1bc7024af8
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.70";
version = "1.0.71";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
sha256 = "sha256-Fnxe53YOoCiW9hIPU7dWpJoA/PnfnvRPkHiWM+4yMu8=";
sha256 = "sha256-q5mWB68RB1TfrS02iIAjFR1XtMvzQG90okkuHB+06iA=";
};
cargoHash = "sha256-zbn3pfU8r3p3Czetjg2ueItaMtYyPhksNIe7EdxJdLU=";
cargoHash = "sha256-4XeSjittxHdYj3N/1HT5QJbMD3lRmV77LBFIXcNQlLY=";
meta = with lib; {
description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";