Skip to content

Commit 6abd1c4

Browse files
authored
chore: bump crate version (#143)
1 parent f2e6b60 commit 6abd1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-orc"
20-
version = "0.4.1"
20+
version = "0.5.0"
2121
edition = "2021"
2222
homepage = "https://github.com/datafusion-contrib/datafusion-orc"
2323
repository = "https://github.com/datafusion-contrib/datafusion-orc"
@@ -40,7 +40,7 @@ datafusion-datasource = "50.0"
4040
futures = { version = "0.3", default-features = false, features = ["std"] }
4141
futures-util = { version = "0.3" }
4242
object_store = { version = "0.12" }
43-
orc-rust = { version = "0.6", features = ["async"] }
43+
orc-rust = { version = "0.6.3", features = ["async"] }
4444
tokio = { version = "1.28", features = [
4545
"io-util",
4646
"sync",

0 commit comments

Comments
 (0)