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"] }