File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ repository = "https://github.com/clflushopt/tpchgen-rs"
1414version = " 0.1.0"
1515
1616[profile .release ]
17- strip = " debuginfo"
17+ strip = " debuginfo"
Original file line number Diff line number Diff line change 11[package ]
22name = " tpchgen-arrow"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2024"
55authors = [" clflushopt" , " alamb" ]
66description = " TPC-H data generator into Apache Arrow format"
Original file line number Diff line number Diff line change @@ -3,20 +3,21 @@ name = "tpchgen-cli"
33authors = { workspace = true }
44description = " Blazing fast pure Rust no dependency TPC-H data generator."
55readme = { workspace = true }
6- version = { workspace = true }
76edition = { workspace = true }
87homepage = { workspace = true }
98license = { workspace = true }
109repository = { workspace = true }
1110
11+ version = " 0.1.1"
12+
1213[dependencies ]
1314arrow = " 54.3.0"
1415parquet = " 54.3.0"
1516clap = { version = " 4.5.32" , features = [" derive" ] }
1617tpchgen = { path = " ../tpchgen" , version = " 0.1.0" }
17- tpchgen-arrow = { path = " ../tpchgen-arrow" , version = " 0.1.0 " }
18+ tpchgen-arrow = { path = " ../tpchgen-arrow" , version = " 0.1.1 " }
1819tokio = { version = " 1.44.1" , features = [" full" ]}
1920futures = " 0.3.31"
2021num_cpus = " 1.0"
2122log = " 0.4.26"
22- env_logger = " 0.11.7"
23+ env_logger = " 0.11.7"
You can’t perform that action at this time.
0 commit comments