From 7f8c88d8b1bbe6d4b5a9a9725f62139162c3e490 Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Tue, 15 Oct 2024 20:44:29 -0400 Subject: [PATCH] downgrade to make leptos-use happy --- client/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 9451de3..94d8aeb 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -12,9 +12,9 @@ lib = { workspace = true } serde_json = "1" # Leptos -leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] } -leptos_meta = { version = "0.7.0-beta" } -leptos_router = { version = "0.7.0-beta", features = ["nightly"] } +leptos = { version = "0.7.0-gamma2", features = ["csr", "nightly"] } +leptos_meta = { version = "0.7.0-gamma2" } +leptos_router = { version = "0.7.0-gamma2", features = ["nightly"] } # leptos = { git = "https://github.com/leptos-rs/leptos.git", features = ["csr", "nightly"] } # leptos_meta = { git = "https://github.com/leptos-rs/leptos.git" } # leptos_router = { git = "https://github.com/leptos-rs/leptos.git", features = ["nightly"] }