Skip to content

Commit 305bbef

Browse files
authored
Add miri to the windows proxies
1 parent 823427f commit 305bbef

File tree

1 file changed

+2
-0
lines changed
  • src/rustup-win-installer/src

1 file changed

+2
-0
lines changed

src/rustup-win-installer/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ static TOOLS: &'static [&'static str] = &[
2727
"rustfmt",
2828
"cargo-fmt",
2929
"cargo-clippy",
30+
"miri",
31+
"cargo-miri",
3032
];
3133

3234
#[no_mangle]

0 commit comments

Comments
 (0)