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

Commit

Permalink
Update Cargo to the latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Apr 13, 2018
1 parent 1d8a5a3 commit a3c7cd3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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

0 comments on commit a3c7cd3

Please sign in to comment.