diff --git a/client/Cargo.toml b/client/Cargo.toml index a111039..0943a2c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,6 +15,9 @@ serde_json = "1.0" 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 = { 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"] } console_error_panic_hook = "0.1" console_log = "1" log = "0.4"