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

Commit 3b9142a

Browse files
committed
Update Cargo in the RLS
Fixes the fallout of rust-lang/rust#54334
1 parent 42c4a90 commit 3b9142a

File tree

3 files changed

+62
-55
lines changed

3 files changed

+62
-55
lines changed

Cargo.lock

Lines changed: 58 additions & 51 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
@@ -11,7 +11,7 @@ categories = ["development-tools"]
1111
build = "build.rs"
1212

1313
[dependencies]
14-
cargo = { git = "https://github.com/rust-lang/cargo", rev = "9311f6d439e09da3ab918397a425be57da13f04a" }
14+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "04cec5fc10a7bbe1dccaad5729eff1823ef2608c" }
1515
cargo_metadata = "0.6"
1616
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "183639b70bacf457920694d78a19cefe3565e1c0", optional = true }
1717
env_logger = "0.5"

0 commit comments

Comments
 (0)