mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-08 21:33:09 -05:00
Relax versions
This commit is contained in:
parent
61a0e1a03f
commit
61ffd9c1b6
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -18,13 +18,13 @@ wasm-bindgen = "0.2"
|
||||||
js-sys = "0.3"
|
js-sys = "0.3"
|
||||||
default-struct-builder = "0.2"
|
default-struct-builder = "0.2"
|
||||||
num = { version = "0.4", optional = true }
|
num = { version = "0.4", optional = true }
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
serde_json = { version = "1.0", optional = true }
|
serde_json = { version = "1", optional = true }
|
||||||
paste = "1.0"
|
paste = "1"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
version = "0.3.63"
|
version = "0.3"
|
||||||
features = [
|
features = [
|
||||||
"CssStyleDeclaration",
|
"CssStyleDeclaration",
|
||||||
"CustomEvent",
|
"CustomEvent",
|
||||||
|
|
Loading…
Add table
Reference in a new issue