Skip to content

Commit

Permalink
Bump fuel-core version: 0.25.3 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: deficake <[email protected]>
  • Loading branch information
DefiCake and deficake authored Apr 24, 2024
1 parent bf36fab commit efd2c79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "tests/harness.rs"
[dependencies]
actix-web = "4"
async-trait = "0.1.68"
fuel-core-client = "0.25"
fuel-core-client = "0.25.3"
prometheus = "0.13.3"
serde = { version = "1.0", features = ["derive"] }
ethers = { version = "2.0", features = ["ws"] }
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
build:
context: fuel_node
args:
fuel_core_version: "v${FUEL_CORE_VERSION:-0.25.2}"
fuel_core_version: "v${FUEL_CORE_VERSION:-0.25.3}"
container_name: fuel-node
environment:
- PORT=4000
Expand Down

0 comments on commit efd2c79

Please sign in to comment.