Skip to content

Commit f1cbe20

Browse files
chore(ci): upgrade cargo-hack to v0.6.37
1 parent e3e8e78 commit f1cbe20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: taiki-e/install-action@v2
5454
with:
55-
55+
5656

5757
- name: Run cargo-hack
5858
run: cargo hack check --feature-powerset --no-dev-deps --at-least-one-of aws-lc-rs,ring --at-least-one-of rand,getrandom

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rust:hack:
3131
image: rust:1.89-alpine3.20
3232
before_script:
3333
- apk add build-base musl-dev linux-headers cmake perl go
34-
- cargo install --locked [email protected].36
34+
- cargo install --locked [email protected].37
3535
script:
3636
- cargo hack check --feature-powerset --no-dev-deps --at-least-one-of aws-lc-rs,ring --at-least-one-of rand,getrandom
3737

0 commit comments

Comments
 (0)