feat: update leptos to v0.5.7

This commit is contained in:
luoxiao 2024-01-21 22:24:19 +08:00 committed by luoxiaozero
parent 63669c160c
commit cef2310866
2 changed files with 5 additions and 5 deletions

View 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.6" }
leptos_meta = { version = "0.5.6" }
leptos_router = { version = "0.5.6" }
leptos = { version = "0.5.7" }
leptos_meta = { version = "0.5.7" }
leptos_router = { version = "0.5.7" }
leptos_devtools = { version = "0.0.1", optional = true}
thaw = { path = "../thaw", default-features = false }
icondata = { version = "0.1.0", features = [

View file

@ -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.6" }
leptos_meta = { version = "0.5.6", optional = true }
leptos = { version = "0.5.7" }
leptos_meta = { version = "0.5.7", optional = true }
web-sys = { version = "0.3.63", features = [
"DomRect",
"File",