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

Commit ce1ff4e

Browse files
authored
Merge pull request #1063 from alexcrichton/bump-carg
Update Cargo in the RLS
2 parents 42c4a90 + 3b9142a commit ce1ff4e

File tree

3 files changed

+62
-55
lines changed

3 files changed

+62
-55
lines changed

Cargo.lock

+58-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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)