File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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 .0"
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"
You can’t perform that action at this time.
0 commit comments