Skip to content

Commit 42c72f0

Browse files
authored
Upgrade minimum Rust version to 1.86. (#1101)
1 parent 0e8d283 commit 42c72f0

3 files changed

Lines changed: 539 additions & 445 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
18-
rust: [1.82.0, stable, beta]
18+
rust: [1.86.0, stable, beta]
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v2

0 commit comments

Comments
 (0)