Skip to content

Commit 4f9c794

Browse files
meta: bump to v1.4.31
1 parent b57469d commit 4f9c794

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## [1.4.31] 2021-01-09
6+
7+
### Changed
8+
9+
- `rustc-ap-*` crates updated to v697.0.0
10+
11+
### Added
12+
- Support for 2021 Edition [#4618](https://github.com/rust-lang/rustfmt/pull/4618))
13+
14+
### Install/Download Options
15+
- **crates.io package** - *pending*
16+
- **rustup (nightly)** - *pending*
17+
- **GitHub Release Binaries** - [Release v1.4.31](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.31)
18+
- **Build from source** - [Tag v1.4.31](https://github.com/rust-lang/rustfmt/tree/v1.4.31), see instructions for how to [install rustfmt from source][install-from-source]
19+
520
## [1.4.30] 2020-12-20
621

722
### Fixed
@@ -11,7 +26,7 @@
1126

1227
### Install/Download Options
1328
- **crates.io package** - *pending*
14-
- **rustup (nightly)** - *pending*
29+
- **rustup (nightly)** - Starting in `2020-12-25`
1530
- **GitHub Release Binaries** - [Release v1.4.30](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.30)
1631
- **Build from source** - [Tag v1.4.30](https://github.com/rust-lang/rustfmt/tree/v1.4.30), see instructions for how to [install rustfmt from source][install-from-source]
1732

Cargo.lock

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

Cargo.toml

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

33
name = "rustfmt-nightly"
4-
version = "1.4.30"
4+
version = "1.4.31"
55
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang/rustfmt"
@@ -74,7 +74,7 @@ version = "697.0.0"
7474

7575
[dependencies.rustc_attr]
7676
package = "rustc-ap-rustc_attr"
77-
version = "691.0.0"
77+
version = "697.0.0"
7878

7979
[dependencies.rustc_data_structures]
8080
package = "rustc-ap-rustc_data_structures"

0 commit comments

Comments
 (0)