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