Skip to content

Commit 5979972

Browse files
chore(ci): upgrade cargo-hack to v0.6.36
1 parent d54a508 commit 5979972

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: taiki-e/install-action@v2
5151
with:
52-
52+
5353

5454
- name: Run cargo-hack
5555
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.88-alpine3.20
3232
before_script:
3333
- apk add build-base musl-dev linux-headers cmake perl go
34-
- cargo install --locked [email protected].34
34+
- cargo install --locked [email protected].36
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)