Skip to content

Commit

Permalink
chore: set internal crate subdependencies to be exact
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Feb 5, 2024
1 parent 773cd93 commit 0fe9ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ keywords = ["leptos", "form", "derive-macros", "ui"]

[workspace.dependencies]
# internal to this workspace
leptos_form_core = { version = "0.2.0-rc1", path = "core" }
leptos_form_proc_macros = { version = "0.2.0-rc1", path = "proc_macros" }
leptos_form_proc_macros_core = { version = "0.2.0-rc1", path = "proc_macros/core" }
leptos_form_core = { version = "=0.2.0-rc1", path = "core" }
leptos_form_proc_macros = { version = "=0.2.0-rc1", path = "proc_macros" }
leptos_form_proc_macros_core = { version = "=0.2.0-rc1", path = "proc_macros/core" }

bigdecimal = "0.4"
chrono = { version = "0.4", features = ["std"] }
Expand Down

0 comments on commit 0fe9ed8

Please sign in to comment.