Skip to content

Commit 7a33c33

Browse files
committed
bump to arrow 53
1 parent 211cf6c commit 7a33c33

File tree

2 files changed

+51
-46
lines changed

2 files changed

+51
-46
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = 'arrow_extendr'
3-
version = '52.0.0'
3+
version = '53.0.0'
44
edition = '2021'
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/josiahparry/arrow-extendr"
@@ -20,5 +20,5 @@ crate-type = ["staticlib", "lib"]
2020
name = 'arrow_extendr'
2121

2222
[dependencies]
23-
arrow = { version = "52.0.0", features = ["ffi"] }
23+
arrow = { version = "53.0.0", features = ["ffi"] }
2424
extendr-api = '>=0.6.0'

0 commit comments

Comments
 (0)