Skip to content

Commit

Permalink
Update deps in one crate to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Mar 4, 2024
1 parent 530087d commit 34cdff4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ version = "0.6.8"
rust-version = "1.75"

[workspace.dependencies]
leptos = { path = "./leptos", version = "0.6.5" }
leptos_dom = { path = "./leptos_dom", version = "0.6.5" }
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.6.5" }
leptos_macro = { path = "./leptos_macro", version = "0.6.5" }
leptos_reactive = { path = "./leptos_reactive", version = "0.6.5" }
leptos_server = { path = "./leptos_server", version = "0.6.5" }
server_fn = { path = "./server_fn", version = "0.6.5" }
server_fn_macro = { path = "./server_fn_macro", version = "0.6.5" }
leptos = { path = "./leptos", version = "0.6.8" }
leptos_dom = { path = "./leptos_dom", version = "0.6.8" }
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.6.8" }
leptos_macro = { path = "./leptos_macro", version = "0.6.8" }
leptos_reactive = { path = "./leptos_reactive", version = "0.6.8" }
leptos_server = { path = "./leptos_server", version = "0.6.8" }
server_fn = { path = "./server_fn", version = "0.6.8" }
server_fn_macro = { path = "./server_fn_macro", version = "0.6.8" }
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.6" }
leptos_config = { path = "./leptos_config", version = "0.6.5" }
leptos_router = { path = "./router", version = "0.6.5" }
leptos_meta = { path = "./meta", version = "0.6.5" }
leptos_integration_utils = { path = "./integrations/utils", version = "0.6.5" }
leptos_config = { path = "./leptos_config", version = "0.6.8" }
leptos_router = { path = "./router", version = "0.6.8" }
leptos_meta = { path = "./meta", version = "0.6.8" }
leptos_integration_utils = { path = "./integrations/utils", version = "0.6.8" }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 34cdff4

Please sign in to comment.