Unverified Commit 4a29f30c authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

Merge pull request #268036 from Grafcube/update-cargo-leptos-lock

cargo-leptos: fix 0.2.2
parents 8a8bb1d9 9b2d9a75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ dependencies = [

[[package]]
name = "cargo-leptos"
version = "0.2.1"
version = "0.2.2"
dependencies = [
 "ansi_term",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ rustPlatform.buildRustPackage rec {
  src = fetchFromGitHub {
    owner = "leptos-rs";
    repo = pname;
    rev = "${version}";
    hash = "sha256-i2nKtQC63BbZsrYvg+HkdqQfK59f0LzZ9dfmFBaqn14=";
    rev = "e98b478b0c82af1469151eff30f4246b9af4a539";
    hash = "sha256-7o/yQanBBSA+MmMiGCYSjar4hZ8TRZoPiUniF5ELzXU=";
  };

  cargoLock = {