We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b33a5 commit 6fa2b4eCopy full SHA for 6fa2b4e
Cargo.toml
@@ -11,7 +11,7 @@ homepage = "https://github.com/clflushopt/tpchgen-rs"
11
license = "Apache-2.0"
12
readme = "README.md"
13
repository = "https://github.com/clflushopt/tpchgen-rs"
14
-version = "0.1.0"
+version = "0.1.1"
15
16
[profile.release]
17
strip = "debuginfo"
tpchgen-arrow/Cargo.toml
@@ -11,7 +11,7 @@ license = "Apache-2.0"
[dependencies]
arrow = { version = "54.3.0", default-features = false, features = ["prettyprint"] }
chrono = "0.4.39"
-tpchgen = { path = "../tpchgen", version = "0.1.0" }
+tpchgen = { path = "../tpchgen", version = "0.1.1" }
[dev-dependencies]
arrow-csv = "54.3.0"
0 commit comments