Skip to content

Commit 699e112

Browse files
committed
fix: wildcard dependency constraints not allowed
Signed-off-by: simonsan <[email protected]>
1 parent 84614b1 commit 699e112

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ merge = "0.1.0"
4242
miette = "7.2.0"
4343
once_cell = "1.19"
4444
open = "5.1.2"
45-
pace_cli = { path = "crates/cli", version = "*" }
46-
pace_core = { path = "crates/core", version = "*" }
47-
pace_testing = { path = "crates/testing", version = "*" }
48-
pace_time = { path = "crates/time", version = "*" }
45+
pace_cli = { path = "crates/cli", version = "0" }
46+
pace_core = { path = "crates/core", version = "0" }
47+
pace_testing = { path = "crates/testing", version = "0" }
48+
pace_time = { path = "crates/time", version = "0" }
4949
parking_lot = "0.12.1"
5050
predicates = "3.1.0"
5151
rayon = "1.9.0"

0 commit comments

Comments
 (0)