Skip to content

Commit

Permalink
fuel-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Dec 3, 2024
1 parent ccc88d6 commit 2a4db76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 2a4db76

Please sign in to comment.