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 @@ -111,7 +111,7 @@ jobs:
111111 - name : Install Rust
112112 uses : dtolnay/rust-toolchain@stable
113113 with :
114- toolchain : " 1.90 " # STABLE
114+ toolchain : " 1.91 " # STABLE
115115 - uses : Swatinem/rust-cache@v2
116116 - name : Check documentation
117117 env :
@@ -126,7 +126,7 @@ jobs:
126126 - name : Install Rust
127127 uses : dtolnay/rust-toolchain@stable
128128 with :
129- toolchain : " 1.90 " # STABLE
129+ toolchain : " 1.91 " # STABLE
130130 components : rustfmt
131131 - uses : Swatinem/rust-cache@v2
132132 - name : Check formatting
@@ -142,7 +142,7 @@ jobs:
142142 - name : Install Rust
143143 uses : dtolnay/rust-toolchain@stable
144144 with :
145- toolchain : " 1.90 " # STABLE
145+ toolchain : " 1.91 " # STABLE
146146 components : clippy
147147 - uses : Swatinem/rust-cache@v2
148148 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments