Skip to content

Commit

Permalink
chore(driver): upgrade arrow-rs to 38.0.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Apr 28, 2023
1 parent 9412d2f commit 53d8863
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "databend-driver"
version = "0.2.21"
version = "0.2.22"
edition = "2021"
license = "Apache-2.0"
description = "Databend Driver for Rust"
Expand Down Expand Up @@ -30,11 +30,11 @@ tokio = { version = "1.27.0", features = ["macros"] }
tokio-stream = "0.1.12"
url = { version = "2.3.1", default-features = false }

arrow = { version = "37.0.0", optional = true }
arrow-array = { version = "37.0.0", optional = true }
arrow-cast = { version = "37.0.0", features = ["prettyprint"], optional = true }
arrow-flight = { version = "37.0.0", features = ["flight-sql-experimental"], optional = true }
arrow-schema = { version = "37.0.0", optional = true }
arrow = { version = "38.0.0", optional = true }
arrow-array = { version = "38.0.0", optional = true }
arrow-cast = { version = "38.0.0", features = ["prettyprint"], optional = true }
arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"], optional = true }
arrow-schema = { version = "38.0.0", optional = true }
tonic = { version = "0.9.2", default-features = false, features = [
"transport",
"codegen",
Expand Down

0 comments on commit 53d8863

Please sign in to comment.