Skip to content

Commit 58a61d1

Browse files
committed
Fix
1 parent 3337d95 commit 58a61d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run:
4242
name: check format
4343
command: |
44-
rustup component add rustfmt-preview --toolchain stable
44+
rustup component add rustfmt-preview
4545
cargo fmt -- --write-mode=diff
4646
4747
workflows:

0 commit comments

Comments
 (0)