Compare commits

...

2 Commits

Author SHA1 Message Date
0a34f70566 update the CI 2023-10-26 13:39:52 +02:00
75d8d4f3a8 remove the use unstable in rustfmt 2023-10-26 13:38:11 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -183,7 +183,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: 1.71.1
override: true
components: rustfmt
- name: Cache dependencies

View File

@ -1,5 +1,3 @@
unstable_features = true
use_small_heuristics = "max"
imports_granularity = "Module"
group_imports = "StdExternalCrate"