Skip to content

Commit

Permalink
Bump binaries and semver checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Dec 11, 2024
1 parent 09730e9 commit 19e724a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3`
- run: rustup update
- uses: stellar/binaries@v29
- uses: stellar/binaries@v33
with:
name: cargo-semver-checks
version: 0.35.0
version: 0.37.0
- run: cargo semver-checks --exclude soroban-simulation

build-and-test:
Expand Down

0 comments on commit 19e724a

Please sign in to comment.