Skip to content

Commit 798bc04

Browse files
Merge pull request #97 from chrissimpkins/0.5.2-docs
2 parents 2cf682b + d4668c9 commit 798bc04

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.2
4+
5+
- Fix: revert the revised internal compiler error definition in commit a3891cdd26d1c5d35257c351c7c86fa7e72604bb
6+
37
## v0.5.1
48

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

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.1"
11+
version = "0.5.2"
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)