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:
30
30
cancel-in-progress : true
31
31
32
32
env :
33
- rust_msrv : " 1.85.0 "
33
+ rust_msrv : " 1.87 "
34
34
35
35
jobs :
36
36
check :
Original file line number Diff line number Diff line change 27
27
workflow_dispatch :
28
28
29
29
env :
30
- rust_msrv : " 1.85 "
30
+ rust_msrv : " 1.87 "
31
31
32
32
jobs :
33
33
publish :
Original file line number Diff line number Diff line change 25
25
workflow_dispatch :
26
26
27
27
env :
28
- rust_msrv : " 1.85 "
28
+ rust_msrv : " 1.87 "
29
29
30
30
concurrency :
31
31
group : ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}-${{ github.event_name }}
Original file line number Diff line number Diff line change 23
23
workflow_dispatch : # Allows manual triggering
24
24
25
25
env :
26
- rust_msrv : " 1.85 "
26
+ rust_msrv : " 1.87 "
27
27
28
28
permissions :
29
29
contents : read
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ version = "0.6.0"
36
36
license = " Apache-2.0"
37
37
repository = " https://github.com/apache/iceberg-rust"
38
38
# Check the MSRV policy in README.md before changing this
39
- rust-version = " 1.85 "
39
+ rust-version = " 1.87 "
40
40
41
41
[workspace .dependencies ]
42
42
anyhow = " 1.0.72"
Original file line number Diff line number Diff line change 19
19
edition = " 2024"
20
20
homepage = " https://rust.iceberg.apache.org"
21
21
name = " pyiceberg_core_rust"
22
- rust-version = " 1.85 "
22
+ rust-version = " 1.87 "
23
23
version = " 0.6.0"
24
24
# This crate is used to build python bindings, we don't want to publish it
25
25
publish = false
You can’t perform that action at this time.
0 commit comments