mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
feat: update leptos to v0.6.5
This commit is contained in:
parent
a21d19209e
commit
be1c500571
3 changed files with 9 additions and 9 deletions
|
@ -7,9 +7,9 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leptos = { version = "0.6.4" }
|
leptos = { version = "0.6.5" }
|
||||||
leptos_meta = { version = "0.6.4" }
|
leptos_meta = { version = "0.6.5" }
|
||||||
leptos_router = { version = "0.6.4" }
|
leptos_router = { version = "0.6.5" }
|
||||||
leptos_devtools = { version = "0.0.1", optional = true}
|
leptos_devtools = { version = "0.0.1", optional = true}
|
||||||
thaw = { path = "../thaw" }
|
thaw = { path = "../thaw" }
|
||||||
demo_markdown = { path = "../demo_markdown" }
|
demo_markdown = { path = "../demo_markdown" }
|
||||||
|
|
|
@ -11,10 +11,10 @@ axum = { version = "0.7.4", optional = true }
|
||||||
console_error_panic_hook = "0.1"
|
console_error_panic_hook = "0.1"
|
||||||
console_log = "1"
|
console_log = "1"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
leptos = { version = "0.6.4" }
|
leptos = { version = "0.6.5" }
|
||||||
leptos_axum = { version = "0.6.4", optional = true }
|
leptos_axum = { version = "0.6.5", optional = true }
|
||||||
leptos_meta = { version = "0.6.4" }
|
leptos_meta = { version = "0.6.5" }
|
||||||
leptos_router = { version = "0.6.4" }
|
leptos_router = { version = "0.6.5" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
simple_logger = "4"
|
simple_logger = "4"
|
||||||
tokio = { version = "1.35.1", features = ["rt-multi-thread"], optional = true }
|
tokio = { version = "1.35.1", features = ["rt-multi-thread"], optional = true }
|
||||||
|
|
|
@ -13,8 +13,8 @@ license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leptos = { version = "0.6.4" }
|
leptos = { version = "0.6.5" }
|
||||||
leptos_meta = { version = "0.6.4", optional = true }
|
leptos_meta = { version = "0.6.5", optional = true }
|
||||||
web-sys = { version = "0.3.67", features = [
|
web-sys = { version = "0.3.67", features = [
|
||||||
"DomRect",
|
"DomRect",
|
||||||
"File",
|
"File",
|
||||||
|
|
Loading…
Add table
Reference in a new issue