File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
20
20
with :
21
- toolchain : " 1.70 "
21
+ toolchain : " 1.83 "
22
22
- run : cargo check --all-targets --all-features
23
23
24
24
fmt :
28
28
- uses : actions/checkout@v4
29
29
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
30
30
with :
31
- toolchain : " 1.70 "
31
+ toolchain : " 1.83 "
32
32
components : rustfmt
33
33
- run : cargo fmt --all --check
34
34
39
39
- uses : actions/checkout@v4
40
40
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
41
41
with :
42
- toolchain : " 1.70 "
42
+ toolchain : " 1.83 "
43
43
- run : cargo test --all-targets --all-features
44
44
45
45
clippy :
49
49
- uses : actions/checkout@v4
50
50
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
51
51
with :
52
- toolchain : " 1.70 "
52
+ toolchain : " 1.83 "
53
53
components : clippy
54
54
- run : cargo clippy --all-targets --all-features -- -D warnings
55
55
You can’t perform that action at this time.
0 commit comments