Skip to content

Commit

Permalink
bump to arrow 53
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Dec 20, 2024
1 parent 211cf6c commit 7a33c33
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 46 deletions.
93 changes: 49 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'arrow_extendr'
version = '52.0.0'
version = '53.0.0'
edition = '2021'
license = "MIT OR Apache-2.0"
repository = "https://github.com/josiahparry/arrow-extendr"
Expand All @@ -20,5 +20,5 @@ crate-type = ["staticlib", "lib"]
name = 'arrow_extendr'

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

0 comments on commit 7a33c33

Please sign in to comment.