Skip to content

Commit

Permalink
Update nightly Rust version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale authored Jul 7, 2021
1 parent cb0a107 commit 7ae7aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
rust:
- stable
- beta
- nightly-2020-10-19
- nightly-2021-07-01
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -34,7 +34,7 @@ jobs:
rust:
- stable
- beta
- nightly-2020-10-19
- nightly-2021-07-01
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-10-19
toolchain: nightly-2021-07-01
override: true
components: rustfmt
- run: cargo fmt --all -- --check
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-10-19
toolchain: nightly-2021-07-01
override: true
components: rustfmt, clippy
- run: cargo clippy --all-features --all-targets
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-10-19
toolchain: nightly-2021-07-01
override: true
components: rustfmt
- uses: actions-rs/[email protected]
Expand All @@ -111,7 +111,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-10-19
toolchain: nightly-2021-07-01
override: true
components: rustfmt
- run: cargo install --locked --version 0.8.5 cargo-deny
Expand All @@ -127,7 +127,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-10-19
toolchain: nightly-2021-07-01
override: true
components: rustfmt
- uses: actions-rs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ format_code_in_doc_comments = true
max_width = 100
normalize_doc_attributes = true
wrap_comments = true
merge_imports = true
imports_granularity = "Crate"
imports_layout = "mixed"
edition = "2018"

0 comments on commit 7ae7aee

Please sign in to comment.