Skip to content

Commit 7de6968

Browse files
meta: bump to v1.4.36
1 parent 9ed7511 commit 7de6968

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## [1.4.36] 2021-02-07
6+
7+
### Changed
8+
9+
- `rustc-ap-*` crates updated to v705.0.0
10+
11+
### Install/Download Options
12+
- **crates.io package** - *pending*
13+
- **rustup (nightly)** - *pending*
14+
- **GitHub Release Binaries** - [Release v1.4.36](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.36)
15+
- **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]
16+
517
## [1.4.35] 2021-02-03
618

719
### Changed
@@ -10,7 +22,7 @@
1022

1123
### Install/Download Options
1224
- **crates.io package** - *pending*
13-
- **rustup (nightly)** - *pending*
25+
- **rustup (nightly)** - *n/a (superseded by [v1.4.36](#1436-2021-02-07))
1426
- **GitHub Release Binaries** - [Release v1.4.35](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.35)
1527
- **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]
1628

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.35"
4+
version = "1.4.36"
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 = "705.0.0"
7474

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

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

0 commit comments

Comments
 (0)