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

Commit

Permalink
Update Rust version to 1.75.0, fuels-rs to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno committed Feb 5, 2024
1 parent a6bc822 commit 7bf31b2
Show file tree
Hide file tree
Showing 8 changed files with 338 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
REGISTRY: ghcr.io
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
SQLX_OFFLINE: true
RUSTC_VERSION: 1.73.0
RUSTC_VERSION: 1.75.0
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
IS_MASTER: ${{ github.head_ref == 'master' || github.ref_name == 'master' }}
IS_DEVELOP: ${{ github.head_ref == 'develop' || github.ref_name == 'develop' }}
Expand Down
Loading

0 comments on commit 7bf31b2

Please sign in to comment.