Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bump arrow-rs to 40.0.0 (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li authored Jun 1, 2023
1 parent 1ebb7db commit fb5e4d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ odbc-api = { version = "0.36", optional = true }
ahash = "0.8"

# Support conversion to/from arrow-rs
arrow-buffer = { version = "39.0.0", optional = true }
arrow-schema = { version = "39.0.0", optional = true }
arrow-data = { version = "39.0.0", optional = true }
arrow-array = { version = "39.0.0", optional = true }
arrow-buffer = { version = "^40.0.0", optional = true }
arrow-schema = { version = "^40.0.0", optional = true }
arrow-data = { version = "^40.0.0", optional = true }
arrow-array = { version = "^40.0.0", optional = true }

[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["js"] }
Expand Down

0 comments on commit fb5e4d5

Please sign in to comment.