From 3082fb98f4d656ddd5305a71a4e092d70d145cca Mon Sep 17 00:00:00 2001 From: luoxiaozero <48741584+luoxiaozero@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:41:45 +0800 Subject: [PATCH] feat: update leptos to v0.5.4 (#29) --- Cargo.toml | 4 ++-- demo/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ee56c4..ff937df 100644 --- a/Cargo.toml +++ b/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.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", diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 979daab..127f41a 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.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 = [