Skip to content

Commit 761958d

Browse files
committed
Update MSRV to 1.88.0, upgrade to Rust 2024 edition, and update dependencies
1 parent f4499ca commit 761958d

File tree

4 files changed

+79
-533
lines changed

4 files changed

+79
-533
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
3333
matrix:
3434
os: [ubuntu-latest, macos-15, windows-latest]
35-
toolchain: [1.85.0, stable, nightly]
35+
toolchain: [1.88.0, stable, nightly]
3636
zig: [0.11.0, 0.15.2, master]
3737
exclude:
3838
# Only test MSRV with zig stable version
39-
- toolchain: 1.85.0
39+
- toolchain: 1.88.0
4040
zig: master
4141
env:
4242
RUST_BACKTRACE: "1"

0 commit comments

Comments
 (0)