File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = [
77 " Sehkone Kim <sehkone@petabi.com>" ,
88]
99edition = " 2021"
10- rust-version = " 1.81 "
10+ rust-version = " 1.84 "
1111description = " Data structures to handle large, structured data."
1212homepage = " https://github.com/petabi/structured"
1313repository = " https://github.com/petabi/structured"
@@ -18,7 +18,7 @@ exclude = ["./github"]
1818codecov = { repository = " petabi/structured" , service = " github" }
1919
2020[dependencies ]
21- arrow = " 54 "
21+ arrow = " 56 "
2222chrono = { version = " 0.4.31" , default-features = false , features = [" serde" ] }
2323csv-core = " 0.1"
2424itertools = " 0.14"
You can’t perform that action at this time.
0 commit comments