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

Commit 0e3cf08

Browse files
authored
Release 1.3.0 (rust-lang#3611)
1 parent 47a11cd commit 0e3cf08

File tree

7 files changed

+268
-219
lines changed

7 files changed

+268
-219
lines changed

Cargo.lock

Lines changed: 105 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

33
name = "rustfmt-nightly"
4-
version = "1.2.2"
4+
version = "1.3.0"
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"
@@ -48,9 +48,9 @@ env_logger = "0.6"
4848
getopts = "0.2"
4949
derive-new = "0.5"
5050
cargo_metadata = "0.7"
51-
rustc-ap-rustc_target = "486.0.0"
52-
rustc-ap-syntax = "486.0.0"
53-
rustc-ap-syntax_pos = "486.0.0"
51+
rustc-ap-rustc_target = "491.0.0"
52+
rustc-ap-syntax = "491.0.0"
53+
rustc-ap-syntax_pos = "491.0.0"
5454
failure = "0.1.3"
5555
bytecount = "0.5"
5656
unicode-width = "0.1.5"

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.2.2"
522+
required_version = "1.3.0"
523523
unstable_features = false
524524
disable_all_formatting = false
525525
skip_children = false

0 commit comments

Comments
 (0)