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 @@ -110,7 +110,7 @@ jobs:
110110 - name : Install Rust
111111 uses : dtolnay/rust-toolchain@stable
112112 with :
113- toolchain : " 1.87 " # STABLE
113+ toolchain : " 1.89 " # STABLE
114114 - uses : Swatinem/rust-cache@v2
115115 - name : Check documentation
116116 env :
@@ -125,7 +125,7 @@ jobs:
125125 - name : Install Rust
126126 uses : dtolnay/rust-toolchain@stable
127127 with :
128- toolchain : " 1.87 " # STABLE
128+ toolchain : " 1.89 " # STABLE
129129 components : rustfmt
130130 - uses : Swatinem/rust-cache@v2
131131 - name : Check formatting
@@ -141,7 +141,7 @@ jobs:
141141 - name : Install Rust
142142 uses : dtolnay/rust-toolchain@stable
143143 with :
144- toolchain : " 1.87 " # STABLE
144+ toolchain : " 1.89 " # STABLE
145145 components : clippy
146146 - uses : Swatinem/rust-cache@v2
147147 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments