From 527c09ed5e4f05e901d08f3158ebbc23ff9799bc Mon Sep 17 00:00:00 2001 From: luoxiao Date: Thu, 13 Apr 2023 13:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20upgrade=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- examples/basic/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cc0886..4f165c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.2.4", features = ["stable"] } +leptos = { version = "0.2.5", features = ["stable"] } stylers = "0.3.1" web-sys = "0.3.61" -leptos_dom = { version = "0.2.4" } +leptos_dom = { version = "0.2.5" } leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined"] } [workspace] diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index 3b83b90..c1eba36 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.2.4", features = ["stable"] } +leptos = { version = "0.2.5", features = ["stable"] } melt-ui = { path = "../../" }