Skip to content

Commit

Permalink
fix: version not being set for release
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Mar 23, 2024
1 parent a9146ca commit 84614b1
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 @@ -42,10 +42,10 @@ merge = "0.1.0"
miette = "7.2.0"
once_cell = "1.19"
open = "5.1.2"
pace_cli = { path = "crates/cli" }
pace_core = { path = "crates/core" }
pace_testing = { path = "crates/testing" }
pace_time = { path = "crates/time" }
pace_cli = { path = "crates/cli", version = "*" }
pace_core = { path = "crates/core", version = "*" }
pace_testing = { path = "crates/testing", version = "*" }
pace_time = { path = "crates/time", version = "*" }
parking_lot = "0.12.1"
predicates = "3.1.0"
rayon = "1.9.0"
Expand Down

0 comments on commit 84614b1

Please sign in to comment.