Skip to content

Commit

Permalink
update rustfmt from 2020-06-02 to 2020-07-26
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Jan 2, 2021
1 parent 2882580 commit aaac2c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
- uses: actions-rs/toolchain@b223206e28798aa3c3668bdd6409258e6dc29172
with:
toolchain: nightly-2020-06-02
toolchain: nightly-2020-07-26
default: false
components: rustfmt
- name: Check style
run: cargo +nightly-2020-06-02 fmt -- --check
run: cargo +nightly-2020-07-26 fmt -- --check

build-and-test:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rust-analyzer.rustfmt.overrideCommand": [
"rustup",
"run",
"nightly-2020-06-02",
"nightly-2020-07-26",
"rustfmt"
]
}
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = false
color = "Auto"
required_version = "1.4.15"
required_version = "1.4.19"
disable_all_formatting = false
skip_children = false
hide_parse_errors = false
Expand Down

0 comments on commit aaac2c8

Please sign in to comment.