Skip to content

Commit

Permalink
Resolve failed to run custom build command for fuel-core-upgradable-e…
Browse files Browse the repository at this point in the history
…xecutor v0.33.0 error
  • Loading branch information
bitzoic committed Aug 30, 2024
1 parent d617a70 commit 18da14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src14/owned_proxy/scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[dependencies]
clap = { version = "4.5.16", features = ["env"] }
fuels = { version = "0.66.2", features = ["fuel-core-lib"] }
fuels = { version = "0.66.2" }
tokio = { version = "1.39.3", features = ["rt", "macros"] }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
fuels = { version = "0.66.2", features = ["fuel-core-lib"] }
fuels = { version = "0.66.2" }
tokio = { version = "1.39.3", features = ["rt", "macros"] }

[[test]]
Expand Down

0 comments on commit 18da14d

Please sign in to comment.