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:
Yacin Tmimi 2023-10-22 20:09:43 -04:00 committed by Caleb Cartwright
parent ff3ce6b53c
commit 81fe905ca8
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## [Unreleased] ## [Unreleased]
## [1.7.0] 2023-10-22
### Fixed ### 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) - 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
View File

@ -521,7 +521,7 @@ dependencies = [
[[package]] [[package]]
name = "rustfmt-nightly" name = "rustfmt-nightly"
version = "1.6.0" version = "1.7.0"
dependencies = [ dependencies = [
"annotate-snippets", "annotate-snippets",
"anyhow", "anyhow",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "rustfmt-nightly" name = "rustfmt-nightly"
version = "1.6.0" version = "1.7.0"
description = "Tool to find and fix Rust formatting issues" description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt" repository = "https://github.com/rust-lang/rustfmt"
readme = "README.md" readme = "README.md"