File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ concurrency:
3030 cancel-in-progress : true
3131
3232env :
33- rust_msrv : " 1.85.0 "
33+ rust_msrv : " 1.86 "
3434
3535jobs :
3636 check :
Original file line number Diff line number Diff line change 2727 workflow_dispatch :
2828
2929env :
30- rust_msrv : " 1.85 "
30+ rust_msrv : " 1.86 "
3131
3232jobs :
3333 publish :
Original file line number Diff line number Diff line change 2525 workflow_dispatch :
2626
2727env :
28- rust_msrv : " 1.85 "
28+ rust_msrv : " 1.86 "
2929
3030concurrency :
3131 group : ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}-${{ github.event_name }}
Original file line number Diff line number Diff line change 2323 workflow_dispatch : # Allows manual triggering
2424
2525env :
26- rust_msrv : " 1.85 "
26+ rust_msrv : " 1.86 "
2727
2828permissions :
2929 contents : read
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ version = "0.6.0"
3636license = " Apache-2.0"
3737repository = " https://github.com/apache/iceberg-rust"
3838# Check the MSRV policy in README.md before changing this
39- rust-version = " 1.85 "
39+ rust-version = " 1.86 "
4040
4141[workspace .dependencies ]
4242anyhow = " 1.0.72"
Original file line number Diff line number Diff line change 1919edition = " 2024"
2020homepage = " https://rust.iceberg.apache.org"
2121name = " pyiceberg_core_rust"
22- rust-version = " 1.85 "
22+ rust-version = " 1.86 "
2323version = " 0.6.0"
2424# This crate is used to build python bindings, we don't want to publish it
2525publish = false
You can’t perform that action at this time.
0 commit comments