Skip to content

Commit

Permalink
Added support for fuel-core 0.24.3 (#69)
Browse files Browse the repository at this point in the history
* Added support for `fuel-core 0.24.2`

* Removed min gas price

* Make CI happy

* Use `1.76.0` rust to build the image

* Bump minor release
  • Loading branch information
xgreenx authored Apr 26, 2024
1 parent a1e2529 commit 8bbd026
Show file tree
Hide file tree
Showing 13 changed files with 2,398 additions and 400 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- master
pull_request:
release:
types: [published]
types: [ published ]

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
REGISTRY: ghcr.io
RUST_VERSION: 1.74.0
RUST_VERSION: 1.76.0

jobs:
cancel-previous-runs:
Expand Down
Loading

0 comments on commit 8bbd026

Please sign in to comment.