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

Commit 7bda116

Browse files
authored
Merge pull request #822 from matklad/cargo-update
Update Cargo to the latest master
2 parents 1d8a5a3 + a3c7cd3 commit 7bda116

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -10,7 +10,7 @@ categories = ["development-tools"]
1010
build = "build.rs"
1111

1212
[dependencies]
13-
cargo = { git = "https://github.com/rust-lang/cargo", rev = "b70ab13b31628e91b05961d55c07abf20ad49de6" }
13+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "008c3690846798d678f4a0a45ee46cc9ff6dc90f" }
1414
cargo_metadata = "0.5.2"
1515
env_logger = "0.5"
1616
failure = "0.1.1"

src/build/cargo.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// except according to those terms.
1010

1111
use cargo::core::{PackageId, Shell, Target, TargetKind, Verbosity, Workspace};
12-
use cargo::ops::{compile_with_exec, CompileFilter, CompileMode, CompileOptions, Context, Executor,
13-
Packages, Unit};
12+
use cargo::core::compiler::{Context, Executor, Unit};
13+
use cargo::ops::{compile_with_exec, CompileFilter, CompileMode, CompileOptions, Packages};
1414
use cargo::util::{homedir, important_paths, CargoResult, Config as CargoConfig, ConfigValue,
1515
ProcessBuilder};
1616
use failure;

src/build/plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use std::sync::mpsc::Sender;
3232

3333
use build::PackageArg;
3434
use cargo::core::{PackageId, Profile, Target, TargetKind};
35-
use cargo::ops::{Context, Kind, Unit};
35+
use cargo::core::compiler::{Context, Kind, Unit};
3636
use cargo::util::{CargoResult, ProcessBuilder};
3737
use cargo_metadata;
3838
use lsp_data::parse_file_path;

0 commit comments

Comments
 (0)