File tree Expand file tree Collapse file tree 5 files changed +32
-4
lines changed Expand file tree Collapse file tree 5 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.6.4
4+
5+ ### Added
6+
7+ - Added the ` --component ` option to choose optional components to install.
8+ [ #131 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/131 )
9+ - An estimate of the number of steps left to run is now displayed.
10+ [ #178 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/178 )
11+
12+ ### Changed
13+
14+ - Various code refactorings and dependency updates. These shouldn't have
15+ significant noticeable changes.
16+ [ #151 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/151 )
17+ [ #152 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/152 )
18+ [ #153 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/153 )
19+ [ #155 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/155 )
20+ [ #156 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/156 )
21+ - The ` CARGO_BUILD_TARGET ` environment variable is now set with the target triple.
22+ [ #159 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/159 )
23+ - The default release profile now uses stripping and LTO to significantly
24+ reduce the binary size.
25+ [ #157 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/157 )
26+ - Bounds with tags like ` --start=1.62.0 ` are now translated to a nightly date
27+ instead of a master git commit. This allows using tags from releases more
28+ than 6 months old.
29+ [ #177 ] ( https://github.com/rust-lang/cargo-bisect-rustc/pull/177 )
30+
331## v0.6.3
432
533### Fixed
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.3 "
11+ version = " 0.6.4 "
1212edition = " 2021"
1313
1414[profile .release ]
Original file line number Diff line number Diff line change 1- cargo-bisect-rustc 0.6.3
1+ cargo-bisect-rustc 0.6.4
22Bisects rustc toolchains with rustup
33
44USAGE:
Original file line number Diff line number Diff line change 1- cargo-bisect-rustc 0.6.3
1+ cargo-bisect-rustc 0.6.4
22Bisects rustc toolchains with rustup
33
44USAGE:
You can’t perform that action at this time.
0 commit comments