File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ tokio-util = { version = "0.7", features = ["rt"] }
22
22
leptos_viz = { path = " ." }
23
23
leptos_viz_macro = { path = " leptos_viz_macro" }
24
24
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 "
33
33
34
34
# registration system
35
35
dashmap = " 5"
You can’t perform that action at this time.
0 commit comments