Skip to content

Commit

Permalink
chore: use sdk v0.54.0 to enable forc-client deployments to beta5 (#5433
Browse files Browse the repository at this point in the history
)

## Description

closes #5432 

Bumps used forc-wallet version to 0.4.1 and used sdk versions to 0.54.0
so that we can actually start deploying to beta-5. As we need to be
using forc-client 0.22 which requires us to go to 0.54.0 of sdk. To do
so we need the wallet to use it as well.

---------

Co-authored-by: Cesar Rodas <cesar@rodasm.com.py>
  • Loading branch information
kayagokalp and crodas authored Jan 8, 2024
1 parent 1ac7f3c commit 3fcb76c
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 196 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
runs-on: ubuntu-latest
services:
fuel-core:
image: ghcr.io/fuellabs/fuel-core:v0.21.0
image: ghcr.io/fuellabs/fuel-core:v0.22.0
ports:
- 4000:4000
steps:
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: fuel-core-bin
version: "0.21"
version: "0.22"
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --locked --release
Expand Down
Loading

0 comments on commit 3fcb76c

Please sign in to comment.