Skip to content

Commit 72c8ac1

Browse files
authored
Merge pull request #150 from ehuss/bump-version
Update to version 0.6.3
2 parents f7237f0 + e9c67bd commit 72c8ac1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.3
4+
5+
### Fixed
6+
7+
- Fixed assumption that the rust-lang/rust remote repo is named "origin".
8+
[#149](https://github.com/rust-lang/cargo-bisect-rustc/pull/149)
9+
310
## v0.6.2
411

512
### Added

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

1414
[dependencies]

0 commit comments

Comments
 (0)