We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ea2855 + 4675d29 commit 48206a9Copy full SHA for 48206a9
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install Rust
86
uses: dtolnay/rust-toolchain@stable
87
with:
88
- toolchain: "1.76" # STABLE
+ toolchain: "1.77" # STABLE
89
- uses: Swatinem/rust-cache@v2
90
- name: Check documentation
91
env:
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
components: rustfmt
105
106
- name: Check formatting
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
components: clippy
121
122
- name: Install SARIF tools
0 commit comments