Skip to content

Commit f3cc13a

Browse files
committed
build: bump deps versions and update crate description
1 parent 8d9f359 commit f3cc13a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evolution-converter"
3-
description = "Converters for evolution."
3+
description = "Converter implementations for evolution."
44
version = { workspace = true }
55
edition = { workspace = true }
66
authors = { workspace = true }
@@ -12,11 +12,11 @@ readme = { workspace = true }
1212
[dependencies]
1313
arrow = "51.0.0"
1414
crossbeam = "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" }
2020
log = "0.4.21"
2121
num_cpus = "1.16.0"
2222
parquet = "51.0.0"

0 commit comments

Comments
 (0)