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

Commit 8f135b5

Browse files
committed
Update cargo.
1 parent 10bf331 commit 8f135b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rls-vfs = "0.8"
3030
rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3131

3232
anyhow = "1.0.26"
33-
cargo = { git = "https://github.com/rust-lang/cargo", rev = "e02974078a692d7484f510eaec0e88d1b6cc0203" }
33+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "e57bd02999c9f40d52116e0beca7d1dccb0643de" }
3434
cargo_metadata = "0.8"
3535
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true }
3636
env_logger = "0.7"

rls/src/project_model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ fn resolve_with_prev<'cfg>(
215215
ws: &Workspace<'cfg>,
216216
prev: Option<&Resolve>,
217217
) -> CargoResult<Resolve> {
218-
ops::resolve_with_previous(registry, ws, ResolveOpts::everything(), prev, None, &[], true)
218+
ops::resolve_with_previous(registry, ws, &ResolveOpts::everything(), prev, None, &[], true)
219219
}

0 commit comments

Comments
 (0)