Skip to content

Commit f4fed1f

Browse files
Merge pull request #66 from curtisalexander/arrow-to-v14.0
Arrow to v14.0
2 parents 4a61e1a + fcd1ab0 commit f4fed1f

File tree

3 files changed

+75
-62
lines changed

3 files changed

+75
-62
lines changed

readstat/Cargo.lock

Lines changed: 71 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readstat/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "readstat"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
authors = ["Curtis Alexander <calex@calex.org>"]
55
edition = "2021"
66
description = "Rust wrapper of the ReadStat C library"
@@ -9,7 +9,7 @@ repository = "https://github.com/curtisalexander/readstat-rs"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
[dependencies]
12-
arrow = "10.0"
12+
arrow = "14.0"
1313
crossbeam = "0.8"
1414
csv = "1.1"
1515
chrono = { version = "0.4", features = ["serde"] }
@@ -23,7 +23,7 @@ num_cpus = "1.13"
2323
num-derive = "0.3"
2424
num-format = "0.4"
2525
num-traits = "0.2"
26-
parquet = "10.0"
26+
parquet = "14.0"
2727
path_abs = "0.5"
2828
rayon = "1.5"
2929
regex = "1.5"

0 commit comments

Comments
 (0)