Skip to content

Commit 4d18a06

Browse files
Get deps ready
1 parent b3628f2 commit 4d18a06

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "datafusion-dft"
1010
readme = "README.md"
1111
repository = "https://github.com/datafusion-contrib/datafusion-dft"
12-
version = "0.2.2"
12+
version = "0.2.4"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

crates/datafusion-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ base64 = { optional = true, version = "0.22.1" }
1414
color-eyre = "0.6.3"
1515
datafusion = "51"
1616
datafusion-functions-json = { optional = true, version = "0.51" }
17-
datafusion-functions-parquet = { optional = true, path = "../datafusion-functions-parquet", version = "0.1.0" }
17+
datafusion-functions-parquet = { optional = true, path = "../datafusion-functions-parquet", version = "0.2.0" }
1818
datafusion-udfs-wasm = { features = [
1919
"serde",
2020
], optional = true, path = "../datafusion-udfs-wasm", version = "0.1.0" }

crates/datafusion-functions-parquet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "datafusion-functions-parquet"
99
readme = "README.md"
1010
repository = "https://github.com/datafusion-contrib/datafusion-dft/tree/main/crates/datafusion-functions-parquet"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212

1313
[dependencies]
1414
arrow = { version = "57" }

0 commit comments

Comments
 (0)