diff --git a/Cargo.toml b/Cargo.toml index 71ab2c496..63291757c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ octocrab = { version = "0.39", default-features = false } dotenv = { version = "0.15", default-features = false } # Dependencies from the `fuel-core` repository: -fuel-core = { version = "0.40.0", default-features = false, features = [ +fuel-core = { version = "0.40.1", default-features = false, features = [ "wasm-executor", ] } fuel-core-chain-config = { version = "0.40.0", default-features = false } diff --git a/packages/fuels-accounts/src/provider/supported_fuel_core_version.rs b/packages/fuels-accounts/src/provider/supported_fuel_core_version.rs index 6a370d046..1a8bf5243 100644 --- a/packages/fuels-accounts/src/provider/supported_fuel_core_version.rs +++ b/packages/fuels-accounts/src/provider/supported_fuel_core_version.rs @@ -1 +1 @@ -pub const SUPPORTED_FUEL_CORE_VERSION: semver::Version = semver::Version::new(0, 40, 0); +pub const SUPPORTED_FUEL_CORE_VERSION: semver::Version = semver::Version::new(0, 40, 1);