Skip to content

Commit

Permalink
Bump to latest arrow crate
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jun 17, 2024
1 parent 296038f commit afea2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-shell/crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wasm-bindgen = { version = "0.2.74", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.24"
chrono = "0.4.19"
js-sys = "0.3.51"
arrow = { version = "13.0.0", features = ["csv", "ipc"] }
arrow = { version = "52.0.0", features = ["csv", "ipc"] }
lazy_static = "1.4.0"
encode_unicode = "0.3.6"
unicode-width = "0.1.8"
Expand Down

0 comments on commit afea2cf

Please sign in to comment.