Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
deps: update Sovereign SDK dependencies (#61)
Browse files Browse the repository at this point in the history
* deps: update sovereign dependencies

* imp: update mocks + add context field to IbcContext

* chore: update basecoin revision

* fix: make clippy --no-default-feature happy

* deps: update basecoin rev

* deps: loose serde version
  • Loading branch information
Farhad-Shabani authored Feb 9, 2024
1 parent 2f92ff6 commit b29f81d
Show file tree
Hide file tree
Showing 15 changed files with 357 additions and 254 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
RUST_BACKTRACE: short
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
CARGO_NET_GIT_FETCH_WITH_CLI: true

jobs:
cleanup-runs:
Expand All @@ -29,7 +30,7 @@ jobs:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
if: ${{ !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main' }}

fmt:
runs-on: ubuntu-latest
Expand All @@ -49,6 +50,9 @@ jobs:
doc_all_features:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -64,6 +68,9 @@ jobs:
clippy_all_features:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -80,6 +87,9 @@ jobs:
clippy_no_default_features:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -97,6 +107,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit b29f81d

Please sign in to comment.