File tree 5 files changed +32
-4
lines changed
5 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
31
## v0.6.3
4
32
5
33
### Fixed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
name = " cargo-bisect-rustc"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-lang/cargo-bisect-rustc"
11
- version = " 0.6.3 "
11
+ version = " 0.6.4 "
12
12
edition = " 2021"
13
13
14
14
[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
2
2
Bisects rustc toolchains with rustup
3
3
4
4
USAGE:
Original file line number Diff line number Diff line change 1
- cargo-bisect-rustc 0.6.3
1
+ cargo-bisect-rustc 0.6.4
2
2
Bisects rustc toolchains with rustup
3
3
4
4
USAGE:
You can’t perform that action at this time.
0 commit comments