Skip to content

Commit 0710dfa

Browse files
committed
bump rustwide to 0.10.0
1 parent a4a29da commit 0710dfa

File tree

3 files changed

+27
-12
lines changed

3 files changed

+27
-12
lines changed

Cargo.lock

Lines changed: 25 additions & 10 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
@@ -63,7 +63,7 @@ hmac = "0.7"
6363
sha-1 = "0.8"
6464
rust_team_data = { git = "https://github.com/rust-lang/team" }
6565
systemstat = "0.1.4"
66-
rustwide = { version = "0.8.0", features = ["unstable"] }
66+
rustwide = { version = "0.10.0", features = ["unstable", "unstable-toolchain-ci"] }
6767
percent-encoding = "2.1.0"
6868
remove_dir_all = "0.5.2"
6969
ctrlc = "3.1.3"

src/runner/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fn run_cargo<DB: WriteResults>(
167167
} else if !error_codes.is_empty() {
168168
Err(e.context(FailureReason::CompilerError(error_codes)).into())
169169
} else {
170-
Err(e)
170+
Err(e.into())
171171
}
172172
}
173173
}

0 commit comments

Comments
 (0)