Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Dec 29, 2023
1 parent 541b306 commit a485bd0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ derive_more = "^0.99"
itertools = "^0.12"

[dev-dependencies]
xvc-test-helper = { version = "^0.6", path = "../test_helper/" }
xvc-test-helper = { version = "0.6.5-alpha.0", path = "../test_helper/" }
proptest = "^1.3"
test-case = "^3.2"
2 changes: 1 addition & 1 deletion file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ parse-size = "^1.0"


[dev-dependencies]
xvc-test-helper = { version = "^0.6", path = "../test_helper/" }
xvc-test-helper = { version = "0.6.5-alpha.0", path = "../test_helper/" }
shellfn = "^0.1"
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jwalk = "^0.8"
proptest = "^1.3"
shellfn = "^0.1"
test-case = "^3.2"
xvc-test-helper = { version = "*", path = "../test_helper/" }
xvc-test-helper = { version = "0.6.5-alpha.0", path = "../test_helper/" }
2 changes: 1 addition & 1 deletion pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ itertools = "^0.12"
derive_more = "^0.99"

[dev-dependencies]
xvc-test-helper = { version = "^0.6", path = "../test_helper/" }
xvc-test-helper = { version = "0.6.5-alpha.0", path = "../test_helper/" }
test-case = "^3.2"
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ digital-ocean = ["dep:rust-s3", "dep:futures", "dep:tokio"]


[dev-dependencies]
xvc-test-helper = { version = "^0.6", path = "../test_helper/" }
xvc-test-helper = { version = "0.6.5-alpha.0", path = "../test_helper/" }
shellfn = "^0.1"

[package.metadata.cargo-udeps.ignore]
Expand Down
2 changes: 1 addition & 1 deletion walker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ itertools = "^0.12"
regex = "^1.10"

[dev-dependencies]
xvc-test-helper = { path = "../test_helper/", version = "^0.6" }
xvc-test-helper = { path = "../test_helper/", version = "0.6.5-alpha.0" }
test-case = "^3.2"

[package.metadata.cargo-udeps.ignore]
Expand Down

0 comments on commit a485bd0

Please sign in to comment.