Skip to content

Commit dfd5fb2

Browse files
chore(ci): upgrade Rust to v1.90
1 parent e36fb68 commit dfd5fb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ stages:
33

44
rust: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

1212
rust: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

2020
rust: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

2929
rust: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:

0 commit comments

Comments
 (0)