mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
Upgraded to 0.6 :)
This commit is contained in:
parent
943ae14f6c
commit
d6289cbf3c
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@ gloo-utils = { version = "0.2.0" }
|
||||||
http = { version = "1", optional = true }
|
http = { version = "1", optional = true }
|
||||||
js-sys = "0.3"
|
js-sys = "0.3"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
leptos = "0.6.0-beta"
|
leptos = "0.6"
|
||||||
leptos_axum = { version = "0.6.0-beta", optional = true }
|
leptos_axum = { version = "0.6", optional = true }
|
||||||
num = { version = "0.4", optional = true }
|
num = { version = "0.4", optional = true }
|
||||||
paste = "1"
|
paste = "1"
|
||||||
prost = { version = "0.12", optional = true }
|
prost = { version = "0.12", optional = true }
|
||||||
|
@ -36,7 +36,7 @@ wasm-bindgen = "0.2.88"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
version = "0.3.67"
|
version = "0.3"
|
||||||
features = [
|
features = [
|
||||||
"AddEventListenerOptions",
|
"AddEventListenerOptions",
|
||||||
"BinaryType",
|
"BinaryType",
|
||||||
|
|
Loading…
Add table
Reference in a new issue