Skip to content

Commit d703268

Browse files
committed
Bump Rust version and dependencies
This commit updates MSRV to 1.71 and bumps dependencies in the lock file. Signed-off-by: Mark Kirichenko <[email protected]>
1 parent f20abfd commit d703268

File tree

9 files changed

+1474
-494
lines changed

9 files changed

+1474
-494
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
rust: [1.68.2, stable, nightly]
14+
rust: [1.71.1, stable, nightly]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)