Skip to content

Commit 5fc783e

Browse files
committed
s/1.85/1.86
1 parent c6dc48f commit 5fc783e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
cancel-in-progress: true
3131

3232
env:
33-
rust_msrv: "1.85.0"
33+
rust_msrv: "1.86"
3434

3535
jobs:
3636
check:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
workflow_dispatch:
2828

2929
env:
30-
rust_msrv: "1.85"
30+
rust_msrv: "1.86"
3131

3232
jobs:
3333
publish:

.github/workflows/release_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
workflow_dispatch:
2626

2727
env:
28-
rust_msrv: "1.85"
28+
rust_msrv: "1.86"
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}-${{ github.event_name }}

.github/workflows/release_python_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
workflow_dispatch: # Allows manual triggering
2424

2525
env:
26-
rust_msrv: "1.85"
26+
rust_msrv: "1.86"
2727

2828
permissions:
2929
contents: read

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ version = "0.6.0"
3636
license = "Apache-2.0"
3737
repository = "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]
4242
anyhow = "1.0.72"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
edition = "2024"
2020
homepage = "https://rust.iceberg.apache.org"
2121
name = "pyiceberg_core_rust"
22-
rust-version = "1.85"
22+
rust-version = "1.86"
2323
version = "0.6.0"
2424
# This crate is used to build python bindings, we don't want to publish it
2525
publish = false

0 commit comments

Comments
 (0)