Skip to content

Commit c49ecfb

Browse files
committed
Update arrow to version 56
1 parent 575cbf1 commit c49ecfb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest]
26-
rust: [stable, 1.81.0]
26+
rust: [stable, 1.84.0]
2727
steps:
2828
- name: Install Rust
2929
uses: hecrj/setup-rust-action@v1

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
### Changed
1111

12-
- Requires Rust 1.81 or newer.
13-
- Updated arrow to version 54.
12+
- Requires Rust 1.84 or newer.
13+
- Updated arrow to version 56.
1414

1515
## [0.15.0] - 2024-12-10
1616

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
"Sehkone Kim <sehkone@petabi.com>",
88
]
99
edition = "2021"
10-
rust-version = "1.81"
10+
rust-version = "1.84"
1111
description = "Data structures to handle large, structured data."
1212
homepage = "https://github.com/petabi/structured"
1313
repository = "https://github.com/petabi/structured"
@@ -18,7 +18,7 @@ exclude = ["./github"]
1818
codecov = { repository = "petabi/structured", service = "github" }
1919

2020
[dependencies]
21-
arrow = "54"
21+
arrow = "56"
2222
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
2323
csv-core = "0.1"
2424
itertools = "0.14"

0 commit comments

Comments
 (0)