From 7de6968ee22696b7feb6b477a05656de89275291 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 7 Feb 2021 11:47:20 -0600 Subject: [PATCH] meta: bump to v1.4.36 --- CHANGELOG.md | 14 +++++++++++++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40964b44eb0..f52b45f7e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [1.4.36] 2021-02-07 + +### Changed + +- `rustc-ap-*` crates updated to v705.0.0 + +### Install/Download Options +- **crates.io package** - *pending* +- **rustup (nightly)** - *pending* +- **GitHub Release Binaries** - [Release v1.4.36](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.36) +- **Build from source** - [Tag v1.4.36](https://github.com/rust-lang/rustfmt/tree/v1.4.36), see instructions for how to [install rustfmt from source][install-from-source] + ## [1.4.35] 2021-02-03 ### Changed @@ -10,7 +22,7 @@ ### Install/Download Options - **crates.io package** - *pending* -- **rustup (nightly)** - *pending* +- **rustup (nightly)** - *n/a (superseded by [v1.4.36](#1436-2021-02-07)) - **GitHub Release Binaries** - [Release v1.4.35](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.35) - **Build from source** - [Tag v1.4.35](https://github.com/rust-lang/rustfmt/tree/v1.4.35), see instructions for how to [install rustfmt from source][install-from-source] diff --git a/Cargo.lock b/Cargo.lock index afefa696dc1..ff23a4775dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1243,7 +1243,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.4.35" +version = "1.4.36" dependencies = [ "annotate-snippets 0.6.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 689dbd6dcd1..28696c56082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.4.35" +version = "1.4.36" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang/rustfmt" @@ -74,7 +74,7 @@ version = "705.0.0" [dependencies.rustc_attr] package = "rustc-ap-rustc_attr" -version = "702.0.0" +version = "705.0.0" [dependencies.rustc_data_structures] package = "rustc-ap-rustc_data_structures"