File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.6.1
4+
5+ ### Added
6+
7+ - Added ` --with-dev ` option to download rustc-dev component.
8+ [ #101 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/101 )
9+ - Added ` --timeout ` option to trigger a failure if compilation takes too long.
10+ [ #135 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/135 )
11+
12+ ### Changed
13+ - Use the ` git ` CLI to fetch the ` rust-lang/rust ` repo when looking for CI commits to improve performance.
14+ [ #130 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/130 )
15+
16+ ### Fixed
17+
18+ - Fixed off-by-one error when examining the date of the local nightly toolchain.
19+ [ #113 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/113 )
20+ - Fixed issue with ` --preserve ` when linking the nightly toolchain leaving a stale link.
21+ [ #125 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/125 )
22+
323## v0.6.0
424
525### Added
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88name = " cargo-bisect-rustc"
99readme = " README.md"
1010repository = " https://github.com/rust-lang/cargo-bisect-rustc"
11- version = " 0.6.0 "
11+ version = " 0.6.1 "
1212edition = " 2018"
1313
1414[dependencies ]
You can’t perform that action at this time.
0 commit comments