Skip to content

Commit

Permalink
fix: wildcard dependency constraints not allowed
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 23, 2024
1 parent 84614b1 commit 699e112
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", version = "*" }
pace_core = { path = "crates/core", version = "*" }
pace_testing = { path = "crates/testing", version = "*" }
pace_time = { path = "crates/time", version = "*" }
pace_cli = { path = "crates/cli", version = "0" }
pace_core = { path = "crates/core", version = "0" }
pace_testing = { path = "crates/testing", version = "0" }
pace_time = { path = "crates/time", version = "0" }
parking_lot = "0.12.1"
predicates = "3.1.0"
rayon = "1.9.0"
Expand Down

0 comments on commit 699e112

Please sign in to comment.