Skip to content

Commit 823427f

Browse files
authored
Add miri to the proxy list
1 parent 1dd60c4 commit 823427f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustup/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ pub static TOOLS: &'static [&'static str] = &[
3131
"rust-gdb",
3232
"rls",
3333
"cargo-clippy",
34+
"miri",
35+
"cargo-miri",
3436
];
3537

3638
// Tools which are commonly installed by Cargo as well as rustup. We take a bit

0 commit comments

Comments
 (0)