Skip to content

Commit

Permalink
50.0.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Jan 18, 2024
1 parent b443da6 commit e4da01c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 32 deletions.
73 changes: 43 additions & 30 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 = '49.0.0-geoarrow'
version = '50.0.0'
edition = '2021'
license = "MIT OR Apache-2.0"
repository = "https://github.com/josiahparry/arrow-extendr"
Expand All @@ -21,5 +21,5 @@ crate-type = ["staticlib", "lib"]
name = 'arrow_extendr'

[dependencies]
arrow = { git = "https://github.com/apache/arrow-rs", rev="fbbb61d94282165f9bb9f73fb4d00a3af16d4aee", features = ["ffi"] }
arrow = { version = "50.0.0", features = ["ffi"] }
extendr-api = '>=0.6.0'

0 comments on commit e4da01c

Please sign in to comment.