Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit aeb3496

Browse files
committed
Release v1.4.2
1 parent 4f7a9b6 commit aeb3496

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "1.4.1"
4+
version = "1.4.2"
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"

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ use_field_init_shorthand = false
519519
force_explicit_abi = true
520520
condense_wildcard_suffixes = false
521521
color = "Auto"
522-
required_version = "1.4.1"
522+
required_version = "1.4.2"
523523
unstable_features = false
524524
disable_all_formatting = false
525525
skip_children = false

0 commit comments

Comments
 (0)