mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Fix leptos_config
version
This commit is contained in:
parent
725ea8a01e
commit
f28da0770f
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ leptos_meta = { path = "../../meta", default-features = false, version = "0.1.0-
|
|||
leptos_router = { path = "../../router", default-features = false, version = "0.1.0-alpha", features = [
|
||||
"ssr",
|
||||
] }
|
||||
leptos_config = { path = "../../leptos_config", default-features = false, version = "0.0"}
|
||||
leptos_config = { path = "../../leptos_config", default-features = false, version = "0.1.0-alpha" }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue