Skip to content

Commit

Permalink
append -1 to temporary beta version in case additional changes need t…
Browse files Browse the repository at this point in the history
…o be published while leptos 0.6.0 is still in beta
  • Loading branch information
tlowerison committed Jan 23, 2024
1 parent 82334bf commit 836fb99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
# update the internal crate versions when updating this workspace version
version = "0.2.0-beta"
version = "0.2.0-beta-1"
edition = "2021"
rust-version = "1.75.0"
authors = ["Trey Lowerison <19714082+tlowerison@users.noreply.github.com>"]
Expand All @@ -15,9 +15,9 @@ keywords = ["leptos", "form", "derive-macros", "ui"]

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

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

0 comments on commit 836fb99

Please sign in to comment.