Skip to content

Commit

Permalink
Merge 74333f0 into 9b87126
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed Aug 14, 2024
2 parents 9b87126 + 74333f0 commit 1a640cd
Show file tree
Hide file tree
Showing 290 changed files with 5,825 additions and 6,899 deletions.
116 changes: 58 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,30 @@ exclude = [

[workspace.dependencies]
# Dependencies from the `fuel-core` repository:
fuel-core-client = { version = "0.31.0", default-features = false }
fuel-core-types = { version = "0.31.0", default-features = false }
fuel-core-client = { version = "0.32.0", default-features = false }
fuel-core-types = { version = "0.32.0", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-asm = "0.55.0"
fuel-crypto = "0.55.0"
fuel-types = "0.55.0"
fuel-tx = "0.55.0"
fuel-vm = "0.55.0"
fuel-asm = "0.56.0"
fuel-crypto = "0.56.0"
fuel-types = "0.56.0"
fuel-tx = "0.56.0"
fuel-vm = "0.56.0"

# Dependencies from the `fuels-rs` repository:
fuels-core = "0.65.1"
fuels-accounts = "0.65.1"
fuels = "0.65.1"
fuels-core = "0.66.0"
fuels-accounts = "0.66.0"
fuels = "0.66.0"

# Dependencies from the `forc-wallet` repository:
forc-wallet = "0.8.2"
forc-wallet = "0.9.0"

# Dependencies from the `fuel-abi-types` repository:
fuel-abi-types = "0.5.2"
fuel-abi-types = "0.7.0"

[workspace.package]
edition = "2021"
authors = ["Fuel Labs <contact@fuel.sh>"]
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"

Loading

0 comments on commit 1a640cd

Please sign in to comment.