File tree Expand file tree Collapse file tree
crates/evolution-converter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " evolution-converter"
3- description = " Converters for evolution."
3+ description = " Converter implementations for evolution."
44version = { workspace = true }
55edition = { workspace = true }
66authors = { workspace = true }
@@ -12,11 +12,11 @@ readme = { workspace = true }
1212[dependencies ]
1313arrow = " 51.0.0"
1414crossbeam = " 0.8.4"
15- evolution-builder = { path = " ../evolution-builder" , version = " 1.0 .0" }
16- evolution-common = { path = " ../evolution-common" , version = " 1.0 .0" }
17- evolution-schema = { path = " ../evolution-schema" , version = " 1.0 .0" }
18- evolution-slicer = { path = " ../evolution-slicer" , version = " 1.0 .0" }
19- evolution-writer = { path = " ../evolution-writer" , version = " 1.0 .0" }
15+ evolution-builder = { path = " ../evolution-builder" , version = " 1.2 .0" }
16+ evolution-common = { path = " ../evolution-common" , version = " 1.2 .0" }
17+ evolution-schema = { path = " ../evolution-schema" , version = " 1.2 .0" }
18+ evolution-slicer = { path = " ../evolution-slicer" , version = " 1.2 .0" }
19+ evolution-writer = { path = " ../evolution-writer" , version = " 1.2 .0" }
2020log = " 0.4.21"
2121num_cpus = " 1.16.0"
2222parquet = " 51.0.0"
You can’t perform that action at this time.
0 commit comments