Skip to content

Commit 6512abd

Browse files
committed
feat: update leptos to v0.6.9
1 parent 1676f78 commit 6512abd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

demo/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2021"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
leptos = { version = "0.6.7" }
11-
leptos_meta = { version = "0.6.7" }
12-
leptos_router = { version = "0.6.7" }
10+
leptos = { version = "0.6.9" }
11+
leptos_meta = { version = "0.6.9" }
12+
leptos_router = { version = "0.6.9" }
1313
leptos_devtools = { version = "0.0.1", optional = true }
1414
thaw = { path = "../thaw" }
1515
demo_markdown = { path = "../demo_markdown" }

examples/ssr_axum/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ axum = { version = "0.7.4", optional = true }
1111
console_error_panic_hook = "0.1"
1212
console_log = "1"
1313
cfg-if = "1"
14-
leptos = { version = "0.6.7" }
15-
leptos_axum = { version = "0.6.7", optional = true }
16-
leptos_meta = { version = "0.6.7" }
17-
leptos_router = { version = "0.6.7" }
14+
leptos = { version = "0.6.9" }
15+
leptos_axum = { version = "0.6.9", optional = true }
16+
leptos_meta = { version = "0.6.9" }
17+
leptos_router = { version = "0.6.9" }
1818
log = "0.4"
1919
simple_logger = "4"
2020
tokio = { version = "1.35.1", features = ["rt-multi-thread"], optional = true }

thaw/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ license = "MIT"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
leptos = { version = "0.6.7" }
17-
leptos_meta = { version = "0.6.7", optional = true }
16+
leptos = { version = "0.6.9" }
17+
leptos_meta = { version = "0.6.9", optional = true }
1818
web-sys = { version = "0.3.67", features = [
1919
"DomRect",
2020
"File",

0 commit comments

Comments
 (0)