Skip to content

Commit

Permalink
bump fuel core
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Oct 6, 2024
1 parent ce09cbb commit b901b0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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.36.0
FUEL_CORE_VERSION: 0.37.0
FUEL_CORE_PATCH_BRANCH: ""
FUEL_CORE_PATCH_REVISION: "773226c"
FUEL_CORE_PATCH_REVISION: ""
RUST_VERSION: 1.79.0
FORC_VERSION: 0.64.0
FORC_PATCH_BRANCH: ""
Expand Down
20 changes: 6 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ octocrab = { version = "0.39", default-features = false }
dotenv = { version = "0.15", default-features = false }

# Dependencies from the `fuel-core` repository:
fuel-core = { version = "0.36.0", default-features = false, features = [
fuel-core = { version = "0.37.0", default-features = false, features = [
"wasm-executor",
] }
fuel-core-chain-config = { version = "0.36.0", default-features = false }
fuel-core-client = { version = "0.36.0", default-features = false }
fuel-core-poa = { version = "0.36.0", default-features = false }
fuel-core-services = { version = "0.36.0", default-features = false }
fuel-core-types = { version = "0.36.0", default-features = false }
fuel-core-chain-config = { version = "0.37.0", default-features = false }
fuel-core-client = { version = "0.37.0", default-features = false }
fuel-core-poa = { version = "0.37.0", default-features = false }
fuel-core-services = { version = "0.37.0", default-features = false }
fuel-core-types = { version = "0.37.0", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-asm = { version = "0.58.0" }
Expand All @@ -112,11 +112,3 @@ fuels-macros = { version = "0.66.5", path = "./packages/fuels-macros", default-f
fuels-programs = { version = "0.66.5", path = "./packages/fuels-programs", default-features = false }
fuels-test-helpers = { version = "0.66.5", path = "./packages/fuels-test-helpers", default-features = false }
versions-replacer = { version = "0.66.5", path = "./scripts/versions-replacer", default-features = false }

[patch.crates-io]
fuel-core = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-chain-config = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-client = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-poa = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-services = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-types = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }

0 comments on commit b901b0c

Please sign in to comment.