Skip to content

Commit 8483a54

Browse files
chore(ci): upgrade Rust to v1.93
1 parent 550b63c commit 8483a54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab-ci.yml

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

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

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

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

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

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

0 commit comments

Comments
 (0)