mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
0.0.5
This commit is contained in:
parent
fbfa2660a3
commit
38777344c3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "leptos"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
edition = "2021"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
|
@ -8,7 +8,7 @@ repository = "https://github.com/gbj/leptos"
|
|||
description = "Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces."
|
||||
|
||||
[dependencies]
|
||||
leptos_core = { path = "../leptos_core", version = "0.0.4" }
|
||||
leptos_core = { path = "../leptos_core", version = "0.0.5" }
|
||||
leptos_dom = { path = "../leptos_dom", version = "0.0.4" }
|
||||
leptos_macro = { path = "../leptos_macro", version = "0.0.4" }
|
||||
leptos_reactive = { path = "../leptos_reactive", version = "0.0.4" }
|
||||
|
|
Loading…
Reference in a new issue