Skip to content

Commit cf2adb4

Browse files
committed
Raise minimum toolchain for the backtrace feature to 1.60
error[E0658]: use of unstable library feature 'int_abs_diff' --> github.com-1ecc6299db9ec823/miniz_oxide-0.6.4/src/inflate/core.rs:824:54 | 824 | if out_buf_size_mask == usize::MAX && source_pos.abs_diff(out_pos) == 1 && out_pos > source_pos { | ^^^^^^^^ error[E0658]: use of unstable library feature 'int_abs_diff' --> github.com-1ecc6299db9ec823/miniz_oxide-0.6.4/src/inflate/core.rs:833:61 | 833 | } else if out_buf_size_mask == usize::MAX && source_pos.abs_diff(out_pos) >= 4 && out_pos > source_pos { | ^^^^^^^^
1 parent 0a45d76 commit cf2adb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
rust: [nightly, beta, stable, 1.56.0]
26+
rust: [nightly, beta, stable, 1.60.0]
2727
timeout-minutes: 45
2828
steps:
2929
- uses: actions/checkout@v3
@@ -53,8 +53,6 @@ jobs:
5353
components: rust-src
5454
- run: cargo check
5555
- run: cargo check --no-default-features
56-
- run: cargo check --features backtrace
57-
if: matrix.rust != '1.39.0' && matrix.rust != '1.50.0'
5856

5957
windows:
6058
name: Windows

0 commit comments

Comments
 (0)