update deps

This commit is contained in:
Adam 2024-09-13 23:24:40 -04:00
parent 88ab6c9b52
commit 6368049da4

View file

@ -15,6 +15,9 @@ serde_json = "1.0"
leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] } leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] }
leptos_meta = { version = "0.7.0-beta" } leptos_meta = { version = "0.7.0-beta" }
leptos_router = { version = "0.7.0-beta", features = ["nightly"] } 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_error_panic_hook = "0.1"
console_log = "1" console_log = "1"
log = "0.4" log = "0.4"