Skip to content

Commit 2ed321e

Browse files
authored
feat: prepare v1.1.0 (#143)
1 parent 864dd90 commit 2ed321e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tpchgen-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010

1111
[dependencies]
1212
arrow = { version = "54.0.0", default-features = false, features = ["prettyprint"] }
13-
tpchgen = { path = "../tpchgen", version = "1.0.0" }
13+
tpchgen = { path = "../tpchgen", version = "1.1.0" }
1414

1515
[dev-dependencies]
1616
arrow-csv = "54.0.0"

tpchgen-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository = { workspace = true }
1313
arrow = "54.3.0"
1414
parquet = "54.3.0"
1515
clap = { version = "4.5.32", features = ["derive"] }
16-
tpchgen = { path = "../tpchgen", version = "1.0.0"}
17-
tpchgen-arrow = { path = "../tpchgen-arrow", version = "1.0.0" }
16+
tpchgen = { path = "../tpchgen", version = "1.1.0"}
17+
tpchgen-arrow = { path = "../tpchgen-arrow", version = "1.1.0" }
1818
tokio = { version = "1.44.1", features = ["full"]}
1919
futures = "0.3.31"
2020
num_cpus = "1.0"

0 commit comments

Comments
 (0)