Skip to content

Commit

Permalink
deps: leptos v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Feb 29, 2024
1 parent 7891e60 commit 2fa40f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ tokio-util = { version = "0.7", features = ["rt"] }
leptos_viz = { path = "." }
leptos_viz_macro = { path = "leptos_viz_macro" }

leptos = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
leptos_macro = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
leptos_meta = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
leptos_router = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
leptos_reactive = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
leptos_integration_utils = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
server_fn = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
server_fn_macro = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
leptos = "0.6.6"
leptos_macro = "0.6.6"
leptos_meta = "0.6.6"
leptos_router = "0.6.6"
leptos_reactive = "0.6.6"
leptos_integration_utils = "0.6.6"
server_fn = "0.6.6"
server_fn_macro = "0.6.6"

# registration system
dashmap = "5"
Expand Down

0 comments on commit 2fa40f1

Please sign in to comment.