File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 - name : Install Rust
9494 uses : dtolnay/rust-toolchain@stable
9595 with :
96- toolchain : " 1.90 " # STABLE
96+ toolchain : " 1.91 " # STABLE
9797 - uses : Swatinem/rust-cache@v2
9898 - name : Check documentation
9999 env :
@@ -108,7 +108,7 @@ jobs:
108108 - name : Install Rust
109109 uses : dtolnay/rust-toolchain@stable
110110 with :
111- toolchain : " 1.90 " # STABLE
111+ toolchain : " 1.91 " # STABLE
112112 components : rustfmt
113113 - uses : Swatinem/rust-cache@v2
114114 - name : Check formatting
@@ -124,7 +124,7 @@ jobs:
124124 - name : Install Rust
125125 uses : dtolnay/rust-toolchain@stable
126126 with :
127- toolchain : " 1.90 " # STABLE
127+ toolchain : " 1.91 " # STABLE
128128 components : clippy
129129 - uses : Swatinem/rust-cache@v2
130130 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments