From cef2310866a6b8f56243d8277f33fc692fe363e8 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sun, 21 Jan 2024 22:24:19 +0800 Subject: [PATCH] feat: update leptos to v0.5.7 --- demo/Cargo.toml | 6 +++--- thaw/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 68a0056..9cd1532 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -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 = [ diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index d3f6559..d074e57 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -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",