Skip to content

Commit 8bbd026

Browse files
authored
Added support for fuel-core 0.24.3 (#69)
* 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
1 parent a1e2529 commit 8bbd026

File tree

13 files changed

+2398
-400
lines changed

13 files changed

+2398
-400
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
- master
77
pull_request:
88
release:
9-
types: [published]
9+
types: [ published ]
1010

1111
env:
1212
CARGO_TERM_COLOR: always
1313
RUSTFLAGS: -D warnings
1414
REGISTRY: ghcr.io
15-
RUST_VERSION: 1.74.0
15+
RUST_VERSION: 1.76.0
1616

1717
jobs:
1818
cancel-previous-runs:

0 commit comments

Comments
 (0)