We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ea88 commit e80ed04Copy full SHA for e80ed04
gix-odb/tests/Cargo.toml
@@ -19,10 +19,10 @@ path = "integrate.rs"
19
[dev-dependencies]
20
gix-odb = { path = ".." }
21
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" }
+gix-hash = { path = "../../gix-hash" }
+gix-date = { path = "../../gix-date" }
+gix-object = { path = "../../gix-object" }
+gix-pack = { path = "../../gix-pack" }
26
27
gix-testtools = { path = "../../tests/tools"}
28
gix-actor = { path = "../../gix-actor" }
0 commit comments