meta: bump to v1.4.34
This commit is contained in:
parent
b8f318c303
commit
ea268b9f55
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.4.34] 2021-01-28
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Don't insert trailing comma on (base-less) rest in struct literals within macros ([#4675](https://github.com/rust-lang/rustfmt/issues/4675))
|
||||||
|
|
||||||
|
### Install/Download Options
|
||||||
|
- **crates.io package** - *pending*
|
||||||
|
- **rustup (nightly)** - *pending*
|
||||||
|
- **GitHub Release Binaries** - [Release v1.4.34](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.34)
|
||||||
|
- **Build from source** - [Tag v1.4.34](https://github.com/rust-lang/rustfmt/tree/v1.4.34), see instructions for how to [install rustfmt from source][install-from-source]
|
||||||
|
|
||||||
## [1.4.33] 2021-01-27
|
## [1.4.33] 2021-01-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -24,7 +35,7 @@ https://rust-lang.github.io/rustfmt/?version=v1.4.33&search=#imports_granularity
|
|||||||
|
|
||||||
### Install/Download Options
|
### Install/Download Options
|
||||||
- **crates.io package** - *pending*
|
- **crates.io package** - *pending*
|
||||||
- **rustup (nightly)** - *pending*
|
- **rustup (nightly)** - n/a (superseded by [v1.4.34](#1434-2021-01-28))
|
||||||
- **GitHub Release Binaries** - [Release v1.4.33](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.33)
|
- **GitHub Release Binaries** - [Release v1.4.33](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.33)
|
||||||
- **Build from source** - [Tag v1.4.33](https://github.com/rust-lang/rustfmt/tree/v1.4.33), see instructions for how to [install rustfmt from source][install-from-source]
|
- **Build from source** - [Tag v1.4.33](https://github.com/rust-lang/rustfmt/tree/v1.4.33), see instructions for how to [install rustfmt from source][install-from-source]
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1243,7 +1243,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustfmt-nightly"
|
name = "rustfmt-nightly"
|
||||||
version = "1.4.33"
|
version = "1.4.34"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"annotate-snippets 0.6.1",
|
"annotate-snippets 0.6.1",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "rustfmt-nightly"
|
name = "rustfmt-nightly"
|
||||||
version = "1.4.33"
|
version = "1.4.34"
|
||||||
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
|
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user