chore: prep v1.7.0 release
bumping from v1.6.0 -> v1.7.0 since we added support for let-chains
This commit is contained in:
parent
ff3ce6b53c
commit
81fe905ca8
@ -2,6 +2,9 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
## [1.7.0] 2023-10-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Sometimes when `format_code_in_doc_comments=true` was set some line comments were converted to block comments [#5533](https://github.com/rust-lang/rustfmt/issues/5533)
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -521,7 +521,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustfmt-nightly"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
dependencies = [
|
||||
"annotate-snippets",
|
||||
"anyhow",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "rustfmt-nightly"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
description = "Tool to find and fix Rust formatting issues"
|
||||
repository = "https://github.com/rust-lang/rustfmt"
|
||||
readme = "README.md"
|
||||
|
Loading…
Reference in New Issue
Block a user