File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
1919 with :
20- toolchain : " 1.70 "
20+ toolchain : " 1.85 "
2121 - run : cargo check --all-targets --all-features
2222 fmt :
2323 name : cargo fmt
2626 - uses : actions/checkout@v4
2727 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2828 with :
29- toolchain : " 1.70 "
29+ toolchain : " 1.85 "
3030 components : rustfmt
3131 - run : cargo fmt --all --check
3232 test :
3838 lfs : ' true'
3939 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
4040 with :
41- toolchain : " 1.70 "
41+ toolchain : " 1.85 "
4242 - run : cargo test --all-targets --all-features
4343
4444 clippy :
4848 - uses : actions/checkout@v4
4949 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5050 with :
51- toolchain : " 1.70 "
51+ toolchain : " 1.85 "
5252 components : clippy
5353 - run : cargo clippy --all-targets --all-features -- -D warnings
5454
You can’t perform that action at this time.
0 commit comments