diff --git a/bucket/rust-msvc.json b/bucket/rust-msvc.json index e72f63c18d..6736c69c0a 100644 --- a/bucket/rust-msvc.json +++ b/bucket/rust-msvc.json @@ -15,6 +15,7 @@ }, "extract_dir": "Rust", "bin": [ + "bin\\rls.exe", "bin\\rustc.exe", "bin\\rustdoc.exe", "bin\\cargo.exe" diff --git a/bucket/rust.json b/bucket/rust.json index 775ca292ea..5e407450bc 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -15,6 +15,7 @@ }, "extract_dir": "Rust", "bin": [ + "bin\\rls.exe", "bin\\rustc.exe", "bin\\rustdoc.exe", "bin\\cargo.exe"