Skip to content

Commit

Permalink
Align leptos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed May 21, 2024
1 parent fb91d9b commit 8a7287c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ name = "viewr"
path = "src/viewr.rs"

[dependencies]
data_model = { path = "../data_model"}
data_model = { path = "../data_model" }
console_error_panic_hook = "0.1.7"
leptos = { version = "0.6.9", features = ["csr"] }
leptos_router = {version = "*", features = ["csr"]}
leptos_router = { version = "0.6.9", features = ["csr"] }
reqwasm = "0.5"
serde = { version = "1", features = ["derive"] }
chrono = "0.4.34"

0 comments on commit 8a7287c

Please sign in to comment.