downgrade to make leptos-use happy
This commit is contained in:
parent
c01442b11c
commit
7f8c88d8b1
1 changed files with 3 additions and 3 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue