From d14c2aab7eac811743aab8c941afa84b8a816490 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sun, 14 May 2023 20:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20update=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++---- examples/basic/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be25a6b..8d941c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.2.5", features = ["stable"] } +leptos = { version = "0.3.0", features = ["stable"] } stylers = "0.3.1" -web-sys = { version = "0.3.61", features = ["DomRect"] } -leptos_dom = { version = "0.2.5" } +web-sys = { version = "0.3.62", features = ["DomRect"] } +leptos_dom = { version = "0.3.0" } leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined", "AiCheckOutlined"] } -wasm-bindgen = "0.2.84" +wasm-bindgen = "0.2.85" [workspace] members = ["examples/basic"] diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index c63cdc6..bc93b8f 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.2.5", features = ["stable"] } +leptos = { version = "0.3.0", features = ["stable"] } melt-ui = { path = "../../" } leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined", "AiCheckOutlined"] } \ No newline at end of file