Skip to content

Commit 6fa2b4e

Browse files
authored
fix: bump tpchgen to 0.1.1 (#108)
1 parent 78b33a5 commit 6fa2b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://github.com/clflushopt/tpchgen-rs"
1111
license = "Apache-2.0"
1212
readme = "README.md"
1313
repository = "https://github.com/clflushopt/tpchgen-rs"
14-
version = "0.1.0"
14+
version = "0.1.1"
1515

1616
[profile.release]
1717
strip = "debuginfo"

tpchgen-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
[dependencies]
1212
arrow = { version = "54.3.0", default-features = false, features = ["prettyprint"] }
1313
chrono = "0.4.39"
14-
tpchgen = { path = "../tpchgen", version = "0.1.0" }
14+
tpchgen = { path = "../tpchgen", version = "0.1.1" }
1515

1616
[dev-dependencies]
1717
arrow-csv = "54.3.0"

0 commit comments

Comments
 (0)