Skip to content

Commit 2fa40f1

Browse files
committed
deps: leptos v0.6.6
1 parent 7891e60 commit 2fa40f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ tokio-util = { version = "0.7", features = ["rt"] }
2222
leptos_viz = { path = "." }
2323
leptos_viz_macro = { path = "leptos_viz_macro" }
2424

25-
leptos = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
26-
leptos_macro = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
27-
leptos_meta = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
28-
leptos_router = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
29-
leptos_reactive = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
30-
leptos_integration_utils = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
31-
server_fn = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
32-
server_fn_macro = { git = "https://github.com/leptos-rs/leptos.git", rev = "b450f0f" }
25+
leptos = "0.6.6"
26+
leptos_macro = "0.6.6"
27+
leptos_meta = "0.6.6"
28+
leptos_router = "0.6.6"
29+
leptos_reactive = "0.6.6"
30+
leptos_integration_utils = "0.6.6"
31+
server_fn = "0.6.6"
32+
server_fn_macro = "0.6.6"
3333

3434
# registration system
3535
dashmap = "5"

0 commit comments

Comments
 (0)