File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,9 @@ jobs:
116116 if : steps.rewatch-build-cache.outputs.cache-hit != 'true'
117117 uses : dtolnay/rust-toolchain@master
118118 with :
119- toolchain : stable
119+ toolchain : 1.88.0
120120 targets : ${{ matrix.rust-target }}
121+ components : clippy, rustfmt
121122
122123 - name : Build rewatch
123124 if : steps.rewatch-build-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 22name = " rescript"
33version = " 12.0.0-beta.12"
44edition = " 2024"
5- rust-version = " 1.85 "
5+ rust-version = " 1.88 "
66
77[dependencies ]
88ahash = " 0.8.3"
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ pub fn generate_asts(
199199 & build_state. bsc_path ,
200200 ) {
201201 has_failure = true ;
202- stderr. push_str ( & format ! ( "{}\n " , err ) ) ;
202+ stderr. push_str ( & format ! ( "{err }\n " ) ) ;
203203 }
204204 let mlmap_hash_after = helpers:: compute_file_hash ( Path :: new ( & compile_path) ) ;
205205
You can’t perform that action at this time.
0 commit comments