Skip to content

Commit

Permalink
Merge pull request #93 from chrissimpkins/bugfix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins authored May 15, 2020
2 parents 8e33e12 + 2a56fbe commit 36bbad7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.1

- Fix: Windows build fails due to dependency of `console` dependency issue. Updated `winapi-util` package to v0.1.5 (from 0.1.2)

## v0.5.0

- New: include compiler crashes in ICE regression definition
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "cargo-bisect-rustc"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo-bisect-rustc"
version = "0.5.0"
version = "0.5.1"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 36bbad7

Please sign in to comment.