Skip to content

Commit 99d7835

Browse files
committed
bump to 55.1.0
1 parent 5ef6762 commit 99d7835

File tree

3 files changed

+40
-43
lines changed

3 files changed

+40
-43
lines changed

Cargo.lock

Lines changed: 35 additions & 41 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 = '54.0.0'
3+
version = '55.1.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 = "54.0.0", features = ["ffi"] }
23+
arrow = { version = "55.1.0", features = ["ffi"] }
2424
extendr-api = '>=0.8.0'

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ At present, versions of arrow-rs are not compatible with each other. This means
88

99
**Versions**:
1010

11+
- 55.1.0
12+
- 54.0.0
13+
- 53.0.0
1114
- 52.0.0
1215
- 51.0.0
1316
- 50.0.0 (compatible with geoarrow-rs 0.1.0)

0 commit comments

Comments
 (0)