File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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 = " 2.0.1 "
14+ version = " 2.0.2 "
1515
1616[profile .release ]
1717strip = " debuginfo"
Original file line number Diff line number Diff line change 11[package ]
22name = " tpchgen-arrow"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
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 = " 57.1" , default-features = false , features = [" prettyprint" ] }
13- tpchgen = { path = " ../tpchgen" , version = " 2.0.1 " }
13+ tpchgen = { path = " ../tpchgen" , version = " 2.0.2 " }
1414
1515[dev-dependencies ]
1616arrow-csv = " 57.1"
Original file line number Diff line number Diff line change 11[package ]
22name = " tpchgen-cli"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44authors = { workspace = true }
55description = " Blazing fast pure Rust TPC-H data generator command line tool and library."
66readme = " README.md"
@@ -21,8 +21,8 @@ path = "bin/main.rs"
2121arrow = " 57.1"
2222parquet = " 57.1"
2323clap = { version = " 4.5.32" , features = [" derive" ] }
24- tpchgen = { path = " ../tpchgen" , version = " 2.0.1 " }
25- tpchgen-arrow = { path = " ../tpchgen-arrow" , version = " 2.0.1 " }
24+ tpchgen = { path = " ../tpchgen" , version = " 2.0.2 " }
25+ tpchgen-arrow = { path = " ../tpchgen-arrow" , version = " 2.0.2 " }
2626tokio = { version = " 1.44.1" , features = [" full" ]}
2727futures = " 0.3.31"
2828num_cpus = " 1.0"
You can’t perform that action at this time.
0 commit comments