update deps
This commit is contained in:
parent
88ab6c9b52
commit
6368049da4
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue