mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
updated leptos dependencies to master
This commit is contained in:
parent
ceab77dba2
commit
bca46e8256
1 changed files with 4 additions and 4 deletions
|
@ -26,9 +26,9 @@ http1 = { version = "1", optional = true, package = "http" }
|
||||||
http0_2 = { version = "0.2", optional = true, package = "http" }
|
http0_2 = { version = "0.2", optional = true, package = "http" }
|
||||||
js-sys = "0.3"
|
js-sys = "0.3"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
leptos = { version = "0.7.0-beta", git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
leptos = { git = "https://github.com/leptos-rs/leptos" }
|
||||||
leptos_axum = { version = "0.7.0-beta", optional = true, git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
leptos_axum = { optional = true, git = "https://github.com/leptos-rs/leptos" }
|
||||||
leptos_actix = { version = "0.7.0-beta", optional = true, git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
leptos_actix = { optional = true, git = "https://github.com/leptos-rs/leptos" }
|
||||||
leptos-spin = { version = "0.2", optional = true }
|
leptos-spin = { version = "0.2", optional = true }
|
||||||
num = { version = "0.4", optional = true }
|
num = { version = "0.4", optional = true }
|
||||||
paste = "1"
|
paste = "1"
|
||||||
|
@ -131,7 +131,7 @@ features = [
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
getrandom = { version = "0.2", features = ["js"] }
|
getrandom = { version = "0.2", features = ["js"] }
|
||||||
leptos_meta = { version = "0.7.0-beta", git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
leptos_meta = { git = "https://github.com/leptos-rs/leptos" }
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
codee = { version = "0.1", features = ["json_serde", "msgpack_serde", "base64", "prost"] }
|
codee = { version = "0.1", features = ["json_serde", "msgpack_serde", "base64", "prost"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue