mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Release v1.4.22
This commit is contained in:
parent
bdb1c44986
commit
97d0301011
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -1283,7 +1283,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustfmt-nightly"
|
||||
version = "1.4.21"
|
||||
version = "1.4.22"
|
||||
dependencies = [
|
||||
"annotate-snippets 0.6.1",
|
||||
"anyhow",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user