From 3d02c91de39a0138bad4669aaa32b3517a8d4b9a Mon Sep 17 00:00:00 2001 From: Maccesch Date: Sun, 28 May 2023 17:58:35 +0100 Subject: [PATCH] bump version --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21b947b..180bc0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"] @@ -13,11 +13,11 @@ repository = "https://github.com/Synphonyte/leptos-use" [dependencies] -leptos = "0.3" -web-sys = { version = "0.3", features = ["ScrollToOptions", "ScrollBehavior", "CssStyleDeclaration"] } -wasm-bindgen = "0.2" -js-sys = "0.3" -default-struct-builder = "0.1" +leptos = "0.3.0" +web-sys = { version = "0.3.63", features = ["ScrollToOptions", "ScrollBehavior", "CssStyleDeclaration"] } +wasm-bindgen = "0.2.86" +js-sys = "0.3.63" +default-struct-builder = "0.1.0" [features] docs = [] \ No newline at end of file