Unverified Commit 9b2d9a75 authored by Grafcube's avatar Grafcube
Browse files

cargo-leptos: fix 0.2.2

This includes the updates to Cargo.lock to ensure that the package
actually works.
parent b1cc48b9
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 = {