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

Update Cargo to the latest master #822

Merged
merged 1 commit into from
Apr 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["development-tools"]
build = "build.rs"

[dependencies]
cargo = { git = "https://github.com/rust-lang/cargo", rev = "b70ab13b31628e91b05961d55c07abf20ad49de6" }
cargo = { git = "https://github.com/rust-lang/cargo", rev = "008c3690846798d678f4a0a45ee46cc9ff6dc90f" }
cargo_metadata = "0.5.2"
env_logger = "0.5"
failure = "0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions src/build/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// except according to those terms.

use cargo::core::{PackageId, Shell, Target, TargetKind, Verbosity, Workspace};
use cargo::ops::{compile_with_exec, CompileFilter, CompileMode, CompileOptions, Context, Executor,
Packages, Unit};
use cargo::core::compiler::{Context, Executor, Unit};
use cargo::ops::{compile_with_exec, CompileFilter, CompileMode, CompileOptions, Packages};
use cargo::util::{homedir, important_paths, CargoResult, Config as CargoConfig, ConfigValue,
ProcessBuilder};
use failure;
Expand Down
2 changes: 1 addition & 1 deletion src/build/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use std::sync::mpsc::Sender;

use build::PackageArg;
use cargo::core::{PackageId, Profile, Target, TargetKind};
use cargo::ops::{Context, Kind, Unit};
use cargo::core::compiler::{Context, Kind, Unit};
use cargo::util::{CargoResult, ProcessBuilder};
use cargo_metadata;
use lsp_data::parse_file_path;
Expand Down