File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Install Rust
116116 uses : dtolnay/rust-toolchain@stable
117117 with :
118- toolchain : " 1.94 " # STABLE
118+ toolchain : " 1.95 " # STABLE
119119 - uses : Swatinem/rust-cache@v2
120120 - name : Check documentation
121121 env :
@@ -130,7 +130,7 @@ jobs:
130130 - name : Install Rust
131131 uses : dtolnay/rust-toolchain@stable
132132 with :
133- toolchain : " 1.94 " # STABLE
133+ toolchain : " 1.95 " # STABLE
134134 components : rustfmt
135135 - uses : Swatinem/rust-cache@v2
136136 - name : Check formatting
@@ -146,7 +146,7 @@ jobs:
146146 - name : Install Rust
147147 uses : dtolnay/rust-toolchain@stable
148148 with :
149- toolchain : " 1.94 " # STABLE
149+ toolchain : " 1.95 " # STABLE
150150 components : clippy
151151 - uses : Swatinem/rust-cache@v2
152152 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments