Merge pull request #17937 from github/redsun82/rust-cargo-options

Rust: allow to specify more cargo configuration options
This commit is contained in:
Paolo Tranquilli
2024-11-18 13:24:39 +01:00
committed by GitHub
28 changed files with 313 additions and 33 deletions

View File

@@ -22,6 +22,8 @@ ra_ap_syntax = "0.0.232"
ra_ap_vfs = "0.0.232"
ra_ap_parser = "0.0.232"
ra_ap_span = "0.0.232"
ra_ap_cfg = "0.0.232"
ra_ap_intern = "0.0.232"
serde = "1.0.209"
serde_with = "3.9.0"
stderrlog = "0.6.0"