File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage = "https://github.com/clflushopt/tpchgen-rs"
1111license = " Apache-2.0"
1212readme = " README.md"
1313repository = " https://github.com/clflushopt/tpchgen-rs"
14- version = " 0.1.1 "
14+ version = " 1.0.0 "
1515
1616[profile .release ]
1717strip = " debuginfo"
Original file line number Diff line number Diff line change 11[package ]
22name = " tpchgen-arrow"
3- version = " 0.1.1 "
3+ version = " 1.0.0 "
44edition = " 2024"
55authors = [" clflushopt" , " alamb" ]
66description = " TPC-H data generator into Apache Arrow format"
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
1111[dependencies ]
1212arrow = { version = " 54.3.0" , default-features = false , features = [" prettyprint" ] }
13- tpchgen = { path = " ../tpchgen" , version = " 0.1.1 " }
13+ tpchgen = { path = " ../tpchgen" , version = " 1.0.0 " }
1414
1515[dev-dependencies ]
1616arrow-csv = " 54.3.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " tpchgen-cli"
3+ version = " 1.0.0"
34authors = { workspace = true }
45description = " Blazing fast pure Rust no dependency TPC-H data generator."
56readme = { workspace = true }
@@ -8,14 +9,12 @@ homepage = { workspace = true }
89license = { workspace = true }
910repository = { workspace = true }
1011
11- version = " 0.1.1"
12-
1312[dependencies ]
1413arrow = " 54.3.0"
1514parquet = " 54.3.0"
1615clap = { version = " 4.5.32" , features = [" derive" ] }
17- tpchgen = { path = " ../tpchgen" , version = " 0.1 .0" }
18- tpchgen-arrow = { path = " ../tpchgen-arrow" , version = " 0.1.1 " }
16+ tpchgen = { path = " ../tpchgen" , version = " 1.0 .0" }
17+ tpchgen-arrow = { path = " ../tpchgen-arrow" , version = " 1.0.0 " }
1918tokio = { version = " 1.44.1" , features = [" full" ]}
2019futures = " 0.3.31"
2120num_cpus = " 1.0"
You can’t perform that action at this time.
0 commit comments