Skip to content

Commit b74de7c

Browse files
Update nightly Rust version (#176)
1 parent b8a1a79 commit b74de7c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
rust:
1717
- stable
1818
- beta
19-
- nightly-2020-10-19
19+
- nightly-2021-07-01
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: actions-rs/toolchain@v1
@@ -35,7 +35,7 @@ jobs:
3535
rust:
3636
- stable
3737
- beta
38-
- nightly-2020-10-19
38+
- nightly-2021-07-01
3939
steps:
4040
- uses: actions/checkout@v2
4141
with:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions-rs/toolchain@v1
6363
with:
6464
profile: minimal
65-
toolchain: nightly-2020-10-19
65+
toolchain: nightly-2021-07-01
6666
override: true
6767
components: rustfmt
6868
- run: rustc --version
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions-rs/toolchain@v1
7777
with:
7878
profile: minimal
79-
toolchain: nightly-2020-10-19
79+
toolchain: nightly-2021-07-01
8080
override: true
8181
components: rustfmt
8282
- run: cargo bench --all-targets
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions-rs/toolchain@v1
8989
with:
9090
profile: minimal
91-
toolchain: nightly-2020-10-19
91+
toolchain: nightly-2021-07-01
9292
override: true
9393
components: rustfmt, clippy
9494
- run: rustc --version
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions-rs/toolchain@v1
113113
with:
114114
profile: minimal
115-
toolchain: nightly-2020-10-19
115+
toolchain: nightly-2021-07-01
116116
override: true
117117
components: rustfmt
118118
- uses: actions-rs/[email protected]
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions-rs/toolchain@v1
130130
with:
131131
profile: minimal
132-
toolchain: nightly-2020-10-19
132+
toolchain: nightly-2021-07-01
133133
override: true
134134
components: rustfmt
135135
- run: cargo install --locked --version 0.8.5 cargo-deny
@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions-rs/toolchain@v1
146146
with:
147147
profile: minimal
148-
toolchain: nightly-2020-10-19
148+
toolchain: nightly-2021-07-01
149149
override: true
150150
components: rustfmt
151151
- uses: actions-rs/[email protected]

.rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ format_code_in_doc_comments = true
44
max_width = 100
55
normalize_doc_attributes = true
66
wrap_comments = true
7-
merge_imports = true
7+
imports_granularity = "Crate"
88
imports_layout = "mixed"
99
edition = "2018"

0 commit comments

Comments
 (0)