From a485bd0056dd3cb2aa15a048eb318369ca1f2332 Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Fri, 29 Dec 2023 17:34:59 +0300 Subject: [PATCH] Fix versions --- core/Cargo.toml | 2 +- file/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- pipeline/Cargo.toml | 2 +- storage/Cargo.toml | 2 +- walker/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index e25722bda..28bd1f368 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/file/Cargo.toml b/file/Cargo.toml index 2ccef36dc..9fcca42c7 100644 --- a/file/Cargo.toml +++ b/file/Cargo.toml @@ -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" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f9a80078b..7833b60c5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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/" } diff --git a/pipeline/Cargo.toml b/pipeline/Cargo.toml index 9897ce43f..0eccf6f51 100644 --- a/pipeline/Cargo.toml +++ b/pipeline/Cargo.toml @@ -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" diff --git a/storage/Cargo.toml b/storage/Cargo.toml index 6afa856e4..439c3e3f6 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -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] diff --git a/walker/Cargo.toml b/walker/Cargo.toml index a5822ac2e..08301ee74 100644 --- a/walker/Cargo.toml +++ b/walker/Cargo.toml @@ -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]