Skip to content

Commit

Permalink
Fix CI by using the full SemVer value for fuel-core-client (#6179)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiedotwtf committed Sep 19, 2024
1 parent b9764c8 commit f4f4e67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ sway-ir-macros = { path = "sway-ir/sway-ir-macros" }
fuel-abi-types = "0.7"

# Dependencies from the `fuel-core` repository:
fuel-core-client = { version = "0.35", default-features = false }
#
# Although ALL verions are "X.Y", we need the complete semver for
# fuel-core-client as the GitHub Actions workflow parses this value to pull down
# the correct tarball
fuel-core-client = { version = "0.35.0", default-features = false }
fuel-core-types = { version = "0.35", default-features = false }

# Dependencies from the `fuels-rs` repository:
Expand Down

0 comments on commit f4f4e67

Please sign in to comment.