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:
116
116
if : steps.rewatch-build-cache.outputs.cache-hit != 'true'
117
117
uses : dtolnay/rust-toolchain@master
118
118
with :
119
- toolchain : stable
119
+ toolchain : 1.88.0
120
120
targets : ${{ matrix.rust-target }}
121
+ components : clippy, rustfmt
121
122
122
123
- name : Build rewatch
123
124
if : steps.rewatch-build-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 2
2
name = " rescript"
3
3
version = " 12.0.0-beta.12"
4
4
edition = " 2024"
5
- rust-version = " 1.85 "
5
+ rust-version = " 1.88 "
6
6
7
7
[dependencies ]
8
8
ahash = " 0.8.3"
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ pub fn generate_asts(
199
199
& build_state. bsc_path ,
200
200
) {
201
201
has_failure = true ;
202
- stderr. push_str ( & format ! ( "{}\n " , err ) ) ;
202
+ stderr. push_str ( & format ! ( "{err }\n " ) ) ;
203
203
}
204
204
let mlmap_hash_after = helpers:: compute_file_hash ( Path :: new ( & compile_path) ) ;
205
205
You can’t perform that action at this time.
0 commit comments