Release v1.4.22

This commit is contained in:
Caleb Cartwright 2020-10-04 12:09:54 -05:00 committed by Caleb Cartwright
parent bdb1c44986
commit 97d0301011
3 changed files with 16 additions and 2 deletions

View File

@ -2,6 +2,20 @@
## [Unreleased]
## [1.4.22] 2020-10-04
### Changed
- Update `rustc-ap-*` crates to v679.0.0
- Add config option to allow control of leading match arm pipes
- Support `RUSTFMT` environment variable in `cargo fmt` to run specified `rustfmt` instance
### Fixed
- Fix preservation of type aliases within extern blocks
## [1.4.9] 2019-10-07
### Changed

2
Cargo.lock generated
View File

@ -1283,7 +1283,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.4.21"
version = "1.4.22"
dependencies = [
"annotate-snippets 0.6.1",
"anyhow",

View File

@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
version = "1.4.21"
version = "1.4.22"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt"