-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-core" | ||
version = "0.6.4-alpha.4" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "Xvc core for common elements for all commands" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
@@ -80,6 +80,6 @@ derive_more = "^0.99" | |
itertools = "^0.11" | ||
|
||
[dev-dependencies] | ||
xvc-test-helper = { version = "^0.6", path = "../test_helper/" } | ||
xvc-test-helper = { version = "0.6.4-alpha.6", path = "../test_helper/" } | ||
proptest = "^1.3" | ||
test-case = "^3.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-file" | ||
version = "0.6.4-alpha.4" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "File tracking, versioning, upload and download functions for Xvc" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
@@ -91,5 +91,5 @@ parse-size = "^1.0" | |
|
||
|
||
[dev-dependencies] | ||
xvc-test-helper = { version = "^0.6", path = "../test_helper/" } | ||
xvc-test-helper = { version = "0.6.4-alpha.6", path = "../test_helper/" } | ||
shellfn = "^0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc" | ||
version = "0.6.4-alpha.4" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "An MLOps tool to manage data files and pipelines on top of Git" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-pipeline" | ||
version = "0.6.4-alpha.4" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "Xvc data pipeline management" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
@@ -89,5 +89,5 @@ itertools = "^0.11" | |
derive_more = "^0.99" | ||
|
||
[dev-dependencies] | ||
xvc-test-helper = { version = "*", path = "../test_helper/" } | ||
xvc-test-helper = { version = "0.6.4-alpha.6", path = "../test_helper/" } | ||
test-case = "^3.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-storage" | ||
version = "0.6.4-alpha.4" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "Xvc remote (and local) storage management" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-test-helper" | ||
version = "0.6.4-alpha.5" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "Unit test helper functions for Xvc" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-walker" | ||
version = "0.6.4-alpha.4" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "Xvc parallel file system walker with ignore features" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|
@@ -38,7 +38,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.4-alpha.6" } | ||
test-case = "^3.2" | ||
|
||
[package.metadata.cargo-udeps.ignore] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xvc-workflow-tests" | ||
version = "0.6.4-alpha.3" | ||
version = "0.6.4-alpha.6" | ||
edition = "2021" | ||
description = "Integration test suite for Xvc" | ||
authors = ["Emre Şahin <[email protected]>"] | ||
|