Skip to content

Commit

Permalink
Update Rust crate leptos_router to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 751a67a commit 23df6e3
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 82 deletions.
2 changes: 1 addition & 1 deletion sources/web-gen-api-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cfg-if = "1"
leptos = { version = "0.4", features = ["nightly"] }
leptos_axum = { version = "0.4", optional = true }
leptos_meta = { version = "0.4", features = ["nightly"] }
leptos_router = { version = "0.4", features = ["nightly"] }
leptos_router = { version = "0.6", features = ["nightly"] }
log = "0.4"
simple_logger = "4"
tokio = { version = "1.25.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sources/web-gen-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http = { version = "0.2", optional = true }
leptos = { version = "0.4", features = ["nightly"] }
leptos_meta = { version = "0.4", features = ["nightly"] }
leptos_actix = { version = "0.4", optional = true }
leptos_router = { version = "0.4", features = ["nightly"] }
leptos_router = { version = "0.6", features = ["nightly"] }
wasm-bindgen = "=0.2.87"
# libsql = "0.1.5"
# libsql-client = "0.31.8"
Expand Down
Loading

0 comments on commit 23df6e3

Please sign in to comment.