We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f8e53 commit 3a92760Copy full SHA for 3a92760
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
rust:
17
- - 1.64.0
+ - 1.65.0
18
- stable
19
- beta
20
# - nightly
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/checkout@v4
63
- uses: actions-rs/toolchain@v1
64
with:
65
- toolchain: 1.64.0
+ toolchain: 1.65.0
66
- run: rustup component add rustfmt
67
- name: cargo-fmt
68
uses: actions-rs/cargo@v1
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
override: true
122
- uses: swatinem/rust-cache@v2
123
- run: rustup component add clippy
0 commit comments