Skip to content

Commit

Permalink
update to arrow 51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Apr 11, 2024
1 parent 4138f0b commit 197a159
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 298 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.vscode/
/target
.Rproj.user
6 changes: 6 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.features": "all",
"rust-analyzer.checkOnSave": false
}
139 changes: 57 additions & 82 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
Expand Up @@ -11,8 +11,8 @@ readme = "README.md"


[dependencies]
arrow = { version = "50.0.0", optional = true }
geoarrow = { version = "0.1.0", optional = true }
arrow = { version = "51.0.0", optional = true }
geoarrow = { version = "0.2.0", optional = true }
geo-types = { version = "0.7.12", optional = true }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 197a159

Please sign in to comment.