downgrade to make leptos-use happy

This commit is contained in:
Adam 2024-10-15 20:44:29 -04:00
parent c01442b11c
commit 7f8c88d8b1

View file

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