We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e6b60 commit 6abd1c4Copy full SHA for 6abd1c4
Cargo.toml
@@ -17,7 +17,7 @@
17
18
[package]
19
name = "datafusion-orc"
20
-version = "0.4.1"
+version = "0.5.0"
21
edition = "2021"
22
homepage = "https://github.com/datafusion-contrib/datafusion-orc"
23
repository = "https://github.com/datafusion-contrib/datafusion-orc"
@@ -40,7 +40,7 @@ datafusion-datasource = "50.0"
40
futures = { version = "0.3", default-features = false, features = ["std"] }
41
futures-util = { version = "0.3" }
42
object_store = { version = "0.12" }
43
-orc-rust = { version = "0.6", features = ["async"] }
+orc-rust = { version = "0.6.3", features = ["async"] }
44
tokio = { version = "1.28", features = [
45
"io-util",
46
"sync",
0 commit comments