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]
## [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
View file

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

View file

@ -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"