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