Skip to content

Commit 78b33a5

Browse files
authored
fix: bump tpchgen-arrow and tpchgen-cli to 0.1.1 (#106)
1 parent 885542f commit 78b33a5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ repository = "https://github.com/clflushopt/tpchgen-rs"
1414
version = "0.1.0"
1515

1616
[profile.release]
17-
strip = "debuginfo"
17+
strip = "debuginfo"

tpchgen-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tpchgen-arrow"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["clflushopt", "alamb"]
66
description = "TPC-H data generator into Apache Arrow format"

tpchgen-cli/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ name = "tpchgen-cli"
33
authors = { workspace = true }
44
description = "Blazing fast pure Rust no dependency TPC-H data generator."
55
readme = { workspace = true }
6-
version = { workspace = true }
76
edition = { workspace = true }
87
homepage = { workspace = true }
98
license = { workspace = true }
109
repository = { workspace = true }
1110

11+
version = "0.1.1"
12+
1213
[dependencies]
1314
arrow = "54.3.0"
1415
parquet = "54.3.0"
1516
clap = { version = "4.5.32", features = ["derive"] }
1617
tpchgen = { 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" }
1819
tokio = { version = "1.44.1", features = ["full"]}
1920
futures = "0.3.31"
2021
num_cpus = "1.0"
2122
log = "0.4.26"
22-
env_logger = "0.11.7"
23+
env_logger = "0.11.7"

0 commit comments

Comments
 (0)