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

cargo-leptos: fix 0.2.2
This commit is contained in:
Ilan Joselevich 2023-11-17 14:57:44 +00:00 committed by GitHub
commit 4a29f30c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "cargo-leptos"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"ansi_term",
"anyhow",

View File

@ -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 = {