Skip to content

Commit 50724cb

Browse files
committed
bump binaries to 37 in action
1 parent ab5941c commit 50724cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v3
5959
- run: rustup update
60-
- uses: stellar/binaries@v30
60+
- uses: stellar/binaries@v37
6161
with:
6262
name: cargo-semver-checks
63-
version: 0.35.0
63+
version: 0.40.0
6464
- run: cargo semver-checks
6565

6666
build-and-test:
@@ -104,7 +104,7 @@ jobs:
104104
- run: cargo version
105105
- run: rustup target add ${{ matrix.sys.target }}
106106
- run: rustup target add wasm32v1-none
107-
- uses: stellar/binaries@v18
107+
- uses: stellar/binaries@v37
108108
with:
109109
name: cargo-hack
110110
version: 0.5.28
@@ -138,10 +138,10 @@ jobs:
138138
- uses: actions/checkout@v3
139139
- uses: stellar/actions/rust-cache@main
140140
- run: rustup install nightly
141-
- uses: stellar/binaries@v15
141+
- uses: stellar/binaries@v37
142142
with:
143143
name: cargo-fuzz
144-
version: 0.11.2
144+
version: 0.12.0
145145
- run: make build-fuzz
146146
- name: Check no diffs exist
147147
run: git add -N . && git diff HEAD --exit-code

0 commit comments

Comments
 (0)