mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
0.0.4 release
This commit is contained in:
parent
f71ce198de
commit
83b08bd1bd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ description = "Leptos is a full-stack, isomorphic Rust web framework leveraging
|
|||
[dependencies]
|
||||
leptos_core = { path = "../leptos_core", version = "0.0.4" }
|
||||
leptos_dom = { path = "../leptos_dom", version = "0.0.4" }
|
||||
leptos_macro = { path = "../leptos_macro", version = "0.0.3" }
|
||||
leptos_macro = { path = "../leptos_macro", version = "0.0.4" }
|
||||
leptos_reactive = { path = "../leptos_reactive", version = "0.0.4" }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue