Skip to content

Commit

Permalink
chore: bump fuel-core to 0.24.3 (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Apr 24, 2024
1 parent 6838d53 commit b735fb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
CARGO_TERM_COLOR: always
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v2.3.6/dasel_linux_amd64
RUSTFLAGS: "-D warnings"
FUEL_CORE_VERSION: 0.24.2
FUEL_CORE_VERSION: 0.24.3
FUEL_CORE_PATCH_BRANCH:
RUST_VERSION: 1.76.0
FORC_VERSION: 0.54.0
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ which = { version = "6.0.0", default-features = false }
zeroize = "1.7.0"

# Dependencies from the `fuel-core` repository:
fuel-core = { version = "0.24.2", default-features = false }
fuel-core-chain-config = { version = "0.24.2", default-features = false }
fuel-core-client = { version = "0.24.2", default-features = false }
fuel-core-poa = { version = "0.24.2", default-features = false }
fuel-core-services = { version = "0.24.2", default-features = false }
fuel-core-types = { version = "0.24.2", default-features = false }
fuel-core = { version = "0.24.3", default-features = false }
fuel-core-chain-config = { version = "0.24.3", default-features = false }
fuel-core-client = { version = "0.24.3", default-features = false }
fuel-core-poa = { version = "0.24.3", default-features = false }
fuel-core-services = { version = "0.24.3", default-features = false }
fuel-core-types = { version = "0.24.3", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-asm = { version = "0.48.0" }
Expand Down

0 comments on commit b735fb7

Please sign in to comment.