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 9c2c885 commit d18390dCopy full SHA for d18390d
.github/workflows/tests.yml
@@ -83,7 +83,7 @@ jobs:
83
clippy:
84
runs-on: ubuntu-latest
85
steps:
86
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
87
- uses: dtolnay/rust-toolchain@master
88
with:
89
toolchain: stable
@@ -98,7 +98,7 @@ jobs:
98
continue-on-error: true
99
100
101
102
103
104
toolchain: nightly
@@ -111,7 +111,7 @@ jobs:
111
rustfmt:
112
113
114
115
116
117
0 commit comments