Skip to content

Commit 27dda1c

Browse files
committed
chore: bump deps
1 parent 3293af6 commit 27dda1c

File tree

3 files changed

+349
-372
lines changed

3 files changed

+349
-372
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[resolver]
2+
incompatible-rust-versions = "fallback"

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
5555
strategy:
5656
matrix:
57-
rust: [stable, nightly, "1.86"] # 1.85 is the MSRV
57+
rust: [stable, "1.86"] # 1.85 is the MSRV
5858
os: [ubuntu-latest, macos-latest, windows-latest]
5959

6060
name: Build & test

0 commit comments

Comments
 (0)