Skip to content

Commit e80ed04

Browse files
committed
remove version specifications from dev dependencies
1 parent f23ea88 commit e80ed04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gix-odb/tests/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ path = "integrate.rs"
1919
[dev-dependencies]
2020
gix-odb = { path = ".." }
2121
gix-features = { path = "../../gix-features" }
22-
gix-hash = { version = "^0.11.4", path = "../../gix-hash" }
23-
gix-date = { version = "^0.7.2", path = "../../gix-date" }
24-
gix-object = { version = "^0.34.0", path = "../../gix-object" }
25-
gix-pack = { version = "^0.41.0", path = "../../gix-pack" }
22+
gix-hash = { path = "../../gix-hash" }
23+
gix-date = { path = "../../gix-date" }
24+
gix-object = { path = "../../gix-object" }
25+
gix-pack = { path = "../../gix-pack" }
2626

2727
gix-testtools = { path = "../../tests/tools"}
2828
gix-actor = { path = "../../gix-actor" }

0 commit comments

Comments
 (0)