Skip to content

Commit

Permalink
build: bump crate version 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Oct 14, 2024
1 parent 8c6c806 commit 9817554
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
"Wilhelm Ågren <wilhelmagren98@gmail.com>",
]
license = "MIT"
version = "1.2.0"
version = "1.3.0"
readme = "README.md"
categories = [
"science",
Expand All @@ -26,16 +26,19 @@ categories = [
keywords = [
"arrow",
"parquet",
"concurrency",
"data-engineering",
"ETL",
]
description = "Efficiently evolve your old fixed-length data files into modern file formats. "
description = "Efficiently evolve your old fixed-length data files into modern file formats."

[workspace.dependencies]
evolution-builder = { path = "crates/evolution-builder", version = "1.2.0" }
evolution-common = { path = "crates/evolution-common", version = "1.2.0" }
evolution-converter = { path = "crates/evolution-converter", version = "1.2.0" }
evolution-mocker = { path = "crates/evolution-mocker", version = "1.2.0" }
evolution-parser = { path = "crates/evolution-parser", version = "1.2.0" }
evolution-schema = { path = "crates/evolution-schema", version = "1.2.0" }
evolution-slicer = { path = "crates/evolution-slicer", version = "1.2.0" }
evolution-target = { path = "crates/evolution-target", version = "1.2.0" }
evolution-writer = { path = "crates/evolution-writer", version = "1.2.0" }
evolution-builder = { path = "crates/evolution-builder", version = "1.3.0" }
evolution-common = { path = "crates/evolution-common", version = "1.3.0" }
evolution-converter = { path = "crates/evolution-converter", version = "1.3.0" }
evolution-mocker = { path = "crates/evolution-mocker", version = "1.3.0" }
evolution-parser = { path = "crates/evolution-parser", version = "1.3.0" }
evolution-schema = { path = "crates/evolution-schema", version = "1.3.0" }
evolution-slicer = { path = "crates/evolution-slicer", version = "1.3.0" }
evolution-target = { path = "crates/evolution-target", version = "1.3.0" }
evolution-writer = { path = "crates/evolution-writer", version = "1.3.0" }

0 comments on commit 9817554

Please sign in to comment.