Skip to content

Commit a445d4c

Browse files
Update Rust crate leptos_router to v0.6.3
1 parent 93579a2 commit a445d4c

File tree

4 files changed

+443
-82
lines changed

4 files changed

+443
-82
lines changed

sources/web-gen-api-axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cfg-if = "1"
1414
leptos = { version = "0.4", features = ["nightly"] }
1515
leptos_axum = { version = "0.4", optional = true }
1616
leptos_meta = { version = "0.4", features = ["nightly"] }
17-
leptos_router = { version = "0.4", features = ["nightly"] }
17+
leptos_router = { version = "0.6", features = ["nightly"] }
1818
log = "0.4"
1919
simple_logger = "4"
2020
tokio = { version = "1.25.0", optional = true }

sources/web-gen-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ http = { version = "0.2", optional = true }
1515
leptos = { version = "0.4", features = ["nightly"] }
1616
leptos_meta = { version = "0.4", features = ["nightly"] }
1717
leptos_actix = { version = "0.4", optional = true }
18-
leptos_router = { version = "0.4", features = ["nightly"] }
18+
leptos_router = { version = "0.6", features = ["nightly"] }
1919
wasm-bindgen = "=0.2.87"
2020
# libsql = "0.1.5"
2121
# libsql-client = "0.31.8"

0 commit comments

Comments
 (0)