Skip to content

Commit 36bbad7

Browse files
Merge pull request #93 from chrissimpkins/bugfix-release
2 parents 8e33e12 + 2a56fbe commit 36bbad7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.5.1
4+
5+
- Fix: Windows build fails due to dependency of `console` dependency issue. Updated `winapi-util` package to v0.1.5 (from 0.1.2)
6+
37
## v0.5.0
48

59
- New: include compiler crashes in ICE regression definition

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "cargo-bisect-rustc"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/cargo-bisect-rustc"
11-
version = "0.5.0"
11+
version = "0.5.1"
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)