mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
specify branch
This commit is contained in:
parent
4a0491ec01
commit
42dd4db46a
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" }
|
||||
js-sys = "0.3"
|
||||
lazy_static = "1"
|
||||
leptos = { git = "https://github.com/leptos-rs/leptos" }
|
||||
leptos_axum = { optional = true, git = "https://github.com/leptos-rs/leptos" }
|
||||
leptos_actix = { optional = true, git = "https://github.com/leptos-rs/leptos" }
|
||||
leptos = { git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
||||
leptos_axum = { optional = true, git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
||||
leptos_actix = { optional = true, git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
||||
leptos-spin = { version = "0.2", optional = true }
|
||||
num = { version = "0.4", optional = true }
|
||||
paste = "1"
|
||||
|
@ -47,7 +47,7 @@ codee = { version = "0.2", features = [
|
|||
"prost",
|
||||
] }
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
leptos_meta = { git = "https://github.com/leptos-rs/leptos" }
|
||||
leptos_meta = { git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" }
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
unic-langid = { version = "0.9", features = ["macros"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue