Skip to content

Commit ea268b9

Browse files
meta: bump to v1.4.34
1 parent b8f318c commit ea268b9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## [1.4.34] 2021-01-28
6+
7+
### Fixed
8+
- Don't insert trailing comma on (base-less) rest in struct literals within macros ([#4675](https://github.com/rust-lang/rustfmt/issues/4675))
9+
10+
### Install/Download Options
11+
- **crates.io package** - *pending*
12+
- **rustup (nightly)** - *pending*
13+
- **GitHub Release Binaries** - [Release v1.4.34](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.34)
14+
- **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]
15+
516
## [1.4.33] 2021-01-27
617

718
### Changed
@@ -24,7 +35,7 @@ https://rust-lang.github.io/rustfmt/?version=v1.4.33&search=#imports_granularity
2435

2536
### Install/Download Options
2637
- **crates.io package** - *pending*
27-
- **rustup (nightly)** - *pending*
38+
- **rustup (nightly)** - n/a (superseded by [v1.4.34](#1434-2021-01-28))
2839
- **GitHub Release Binaries** - [Release v1.4.33](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.33)
2940
- **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]
3041

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "1.4.33"
4+
version = "1.4.34"
55
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang/rustfmt"

0 commit comments

Comments
 (0)