File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
1111[dependencies ]
1212arrow = { 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 ]
1616arrow-csv = " 54.0.0"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ repository = { workspace = true }
1313arrow = " 54.3.0"
1414parquet = " 54.3.0"
1515clap = { 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" }
1818tokio = { version = " 1.44.1" , features = [" full" ]}
1919futures = " 0.3.31"
2020num_cpus = " 1.0"
You can’t perform that action at this time.
0 commit comments