Skip to content

Commit

Permalink
Moved leptos-spin-macro dep to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Feb 19, 2024
1 parent ffcf3c2 commit c3179d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ leptos_macro = { workspace = true }
leptos_reactive = { workspace = true }
leptos_server = { workspace = true }
leptos_config = { workspace = true }
leptos-spin-macro = { git = "https://github.com/fermyon/leptos-spin", optional = true}
leptos-spin-macro = { version="0.1", optional = true}
tracing = "0.1"
typed-builder = "0.18"
typed-builder-macro = "0.18"
Expand Down

0 comments on commit c3179d8

Please sign in to comment.