mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
bump version
This commit is contained in:
parent
d0b669e4c8
commit
3d02c91de3
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "leptos-use"
|
name = "leptos-use"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Marc-Stefan Cassola"]
|
authors = ["Marc-Stefan Cassola"]
|
||||||
categories = ["gui", "web-programming"]
|
categories = ["gui", "web-programming"]
|
||||||
|
@ -13,11 +13,11 @@ repository = "https://github.com/Synphonyte/leptos-use"
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leptos = "0.3"
|
leptos = "0.3.0"
|
||||||
web-sys = { version = "0.3", features = ["ScrollToOptions", "ScrollBehavior", "CssStyleDeclaration"] }
|
web-sys = { version = "0.3.63", features = ["ScrollToOptions", "ScrollBehavior", "CssStyleDeclaration"] }
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2.86"
|
||||||
js-sys = "0.3"
|
js-sys = "0.3.63"
|
||||||
default-struct-builder = "0.1"
|
default-struct-builder = "0.1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
docs = []
|
docs = []
|
Loading…
Add table
Reference in a new issue