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

Commit fe02db7

Browse files
committed
Upgrade to latest Cargo
1 parent bc54c57 commit fe02db7

File tree

3 files changed

+101
-44
lines changed

3 files changed

+101
-44
lines changed

Cargo.lock

Lines changed: 98 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ rls-vfs = "0.8"
3131
rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3232

3333
anyhow = "1.0.26"
34-
cargo = { git = "https://github.com/rust-lang/cargo", rev = "8dd533662007374412f460b4e442d3f8c193bff9" }
35-
cargo-util = { git = "https://github.com/rust-lang/cargo", rev = "8dd533662007374412f460b4e442d3f8c193bff9" }
34+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "06b9d31743210b788b130c8a484c2838afa6fc27" }
35+
cargo-util = { git = "https://github.com/rust-lang/cargo", rev = "06b9d31743210b788b130c8a484c2838afa6fc27" }
3636
cargo_metadata = "0.14"
3737
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", version = "0.1.60", optional = true }
3838
env_logger = "0.9"

rls/src/build/cargo_plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ impl From<&Unit> for OwnedUnit {
485485
OwnedUnit {
486486
id: unit.pkg.package_id().to_owned(),
487487
target: unit.target.clone(),
488-
profile: unit.profile,
488+
profile: unit.profile.clone(),
489489
kind: unit.kind,
490490
mode: unit.mode,
491491
}

0 commit comments

Comments
 (0)