Skip to content

Commit 65931cd

Browse files
committed
Release 1.3.3
1 parent e8b2ae1 commit 65931cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

src/config/mod.rs

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

0 commit comments

Comments
 (0)