Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 111a259

Browse files
committed
update rls to latest cargo
1 parent f2cdff5 commit 111a259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rls/src/build/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ fn run_cargo_ws(
228228
build_config: BuildConfig::new(
229229
&config,
230230
opts.jobs,
231-
&opts.target,
231+
opts.target.iter().map(|x| x.into()).collect::<Vec<String>>().as_slice(),
232232
CompileMode::Check { test: cfg_test },
233233
)?,
234234
features: opts.features,

0 commit comments

Comments
 (0)