File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,39 +3,39 @@ stages:
33
44rust:deny :
55 stage : test
6- image : rust:1.92 -alpine3.23
6+ image : rust:1.93 -alpine3.23
77 before_script :
88 - apk add cargo-deny
99 script :
1010 - cargo deny check
1111
1212rust:fmt :
1313 stage : test
14- image : rust:1.92 -alpine3.23
14+ image : rust:1.93 -alpine3.23
1515 before_script :
1616 - rustup component add rustfmt
1717 script :
1818 - cargo fmt -- --check
1919
2020rust:clippy :
2121 stage : test
22- image : rust:1.92 -alpine3.23
22+ image : rust:1.93 -alpine3.23
2323 before_script :
2424 - rustup component add clippy
2525 script :
2626 - cargo clippy --all-features -- -D warnings
2727
2828rust:hack :
2929 stage : test
30- image : rust:1.92 -alpine3.23
30+ image : rust:1.93 -alpine3.23
3131 before_script :
3232 - apk add cargo-hack
3333 script :
3434 - cargo hack check --feature-powerset --no-dev-deps
3535
3636rust:test :
3737 stage : test
38- image : rust:1.92 -alpine3.23
38+ image : rust:1.93 -alpine3.23
3939 before_script :
4040 - apk add libpq-dev
4141 script :
You can’t perform that action at this time.
0 commit comments