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.74 "
21
+ toolchain : " 1.85 "
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.74 "
31
+ toolchain : " 1.85 "
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.74 "
42
+ toolchain : " 1.85 "
43
43
- run : cargo test --all-targets --all-features
44
44
- run : cargo test --doc
45
45
50
50
- uses : actions/checkout@v4
51
51
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
52
52
with :
53
- toolchain : " 1.74 "
53
+ toolchain : " 1.85 "
54
54
components : clippy
55
55
- run : cargo clippy --all-targets --all-features -- -D warnings
56
56
You can’t perform that action at this time.
0 commit comments