File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## v0.6.0
4
24
5
25
### Added
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.0 "
11
+ version = " 0.6.1 "
12
12
edition = " 2018"
13
13
14
14
[dependencies ]
You can’t perform that action at this time.
0 commit comments