diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2023-10-22 20:09:43 -0400 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2023-10-22 20:18:45 -0500 |
| commit | 81fe905ca83cffe84322f27ca43950b617861ff7 (patch) | |
| tree | 34b07626e75cb7a6f2d6a3427c09301faf2f2b31 | |
| parent | ff3ce6b53cb55ad85ae5d9d563bebfc6cbf2f0d3 (diff) | |
| download | rust-81fe905ca83cffe84322f27ca43950b617861ff7.tar.gz rust-81fe905ca83cffe84322f27ca43950b617861ff7.zip | |
chore: prep v1.7.0 release
bumping from v1.6.0 -> v1.7.0 since we added support for let-chains
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9a75daa99..ec4c682d2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 69e291bf97e..8fcefa97489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.6.0" +version = "1.7.0" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 637001b610b..00e0ed37a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" |
