mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -05:00
feat: update leptos to v0.5.4 (#29)
This commit is contained in:
parent
227a3211ca
commit
3082fb98f4
2 changed files with 5 additions and 5 deletions
|
@ -13,8 +13,8 @@ license = "MIT"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.5.3" }
|
||||
leptos_meta = { version = "0.5.3", optional = true }
|
||||
leptos = { version = "0.5.4" }
|
||||
leptos_meta = { version = "0.5.4", optional = true }
|
||||
web-sys = { version = "0.3.63", features = [
|
||||
"DomRect",
|
||||
"File",
|
||||
|
|
|
@ -7,9 +7,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.5.3" }
|
||||
leptos_meta = { version = "0.5.3" }
|
||||
leptos_router = { version = "0.5.3" }
|
||||
leptos = { version = "0.5.4" }
|
||||
leptos_meta = { version = "0.5.4" }
|
||||
leptos_router = { version = "0.5.4" }
|
||||
leptos_devtools = "0.0.1"
|
||||
thaw = { path = "../", default-features = false }
|
||||
icondata = { version = "0.1.0", features = [
|
||||
|
|
Loading…
Add table
Reference in a new issue