Skip to content

Commit 2d9e78f

Browse files
Summarize 9.0 support
1 parent 1393e93 commit 2d9e78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/rustc-fake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fn main() {
112112
println!("!self-profile-file:{}", profile_data.to_str().unwrap());
113113
let filename = profile_data.file_name().unwrap().to_str().unwrap();
114114
let json = run_summarize("summarize", &prof_out_dir, filename)
115-
.or_else(|_| run_summarize("summarize-0.8", &prof_out_dir, filename))
115+
.or_else(|_| run_summarize("summarize-9.0", &prof_out_dir, filename))
116116
.expect("able to run summarize or summarize-0.7");
117117
println!("!self-profile-output:{}", json);
118118
} else {

0 commit comments

Comments
 (0)