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 @@ -3,23 +3,23 @@ stages:
33
44rust:deny :
55 stage : test
6- image : rust:1.88 -alpine3.22
6+ image : rust:1.90 -alpine3.22
77 before_script :
88 - apk add cargo-deny
99 script :
1010 - cargo deny check
1111
1212rust:fmt :
1313 stage : test
14- image : rust:1.88 -alpine3.22
14+ image : rust:1.90 -alpine3.22
1515 before_script :
1616 - rustup component add rustfmt
1717 script :
1818 - cargo fmt -- --check
1919
2020rust:clippy :
2121 stage : test
22- image : rust:1.88 -alpine3.22
22+ image : rust:1.90 -alpine3.22
2323 before_script :
2424 - apk add musl-dev
2525 - rustup component add clippy
@@ -28,7 +28,7 @@ rust:clippy:
2828
2929rust:test :
3030 stage : test
31- image : rust:1.88 -alpine3.22
31+ image : rust:1.90 -alpine3.22
3232 before_script :
3333 - apk add musl-dev
3434 script :
You can’t perform that action at this time.
0 commit comments