Skip to content

Commit 55d2620

Browse files
meta: bump version to v1.4.35
1 parent 82a6528 commit 55d2620

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,14 +2,26 @@
22

33
## [Unreleased]
44

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

719
### Fixed
820
- Don't insert trailing comma on (base-less) rest in struct literals within macros ([#4675](https://github.com/rust-lang/rustfmt/issues/4675))
921

1022
### Install/Download Options
1123
- **crates.io package** - *pending*
12-
- **rustup (nightly)** - *pending*
24+
- **rustup (nightly)** - Starting in `2021-01-31`
1325
- **GitHub Release Binaries** - [Release v1.4.34](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.34)
1426
- **Build from source** - [Tag v1.4.34](https://github.com/rust-lang/rustfmt/tree/v1.4.34), see instructions for how to [install rustfmt from source][install-from-source]
1527

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.34"
4+
version = "1.4.35"
55
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "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 = "702.0.0"
7474

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

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

0 commit comments

Comments
 (0)