We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494f2c2 commit bc1aa1dCopy full SHA for bc1aa1d
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Install Rust
89
uses: dtolnay/rust-toolchain@stable
90
with:
91
- toolchain: "1.76" # STABLE
+ toolchain: "1.79" # STABLE
92
- uses: Swatinem/rust-cache@v2
93
- name: Check documentation
94
env:
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
components: rustfmt
108
109
- name: Check formatting
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
components: clippy
124
125
- name: Install SARIF tools
0 commit comments