Unverified Commit e48cd3ab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cargo-expand: 1.0.107 -> 1.0.108 (#415227)

parents 0772c3bf 1fd358c6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-expand";
  version = "1.0.107";
  version = "1.0.108";

  src = fetchFromGitHub {
    owner = "dtolnay";
    repo = "cargo-expand";
    rev = version;
    hash = "sha256-oAZ7xt/Ji36XtGh7UXHbseBRQtpmsKHcAABiloITPXA=";
    hash = "sha256-MJ7v761w8+QePCH5aSi7rTUyMFLwgcmZtHXrfHFRLxU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-4HH25MEj3iCrm9iCW8vWVMDou/F3YidRIWDH0m5FTaY=";
  cargoHash = "sha256-ax16yGwMGHfaXf/feh+1UcgwCEdgINQtz63J1IqH0pc=";

  meta = {
    description = "Cargo subcommand to show result of macro expansion";