Skip to content

Commit

Permalink
Use a new release of the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed May 29, 2023
1 parent 0645483 commit 6123da1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 26 deletions.
25 changes: 15 additions & 10 deletions Cargo.lock

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

11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,13 @@ fuel-types = "0.31.1"
fuel-tx = "0.31.1"
fuel-core-client = "0.18.1"
fuel-vm = "0.31.1"
fuels-core = "0.41"
fuels-accounts = "0.41"
fuels-types = "0.41"
fuels-core = "0.42"
fuels-accounts = "0.42"
fuels-types = "0.42"

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

[patch.crates-io]
fuels-core = { git = "https://github.com/FuelLabs/fuels-rs", branch = "feature/fuel-core-0.18" }
fuels-types = { git = "https://github.com/FuelLabs/fuels-rs", branch = "feature/fuel-core-0.18" }
fuels-accounts = { git = "https://github.com/FuelLabs/fuels-rs", branch = "feature/fuel-core-0.18" }
5 changes: 1 addition & 4 deletions templates/sway-test-rs/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ authors = ["{{authors}}"]
license = "Apache-2.0"

[dev-dependencies]
fuels = { version = "0.41", features = ["fuel-core-lib"] }
fuels = { version = "0.42", features = ["fuel-core-lib"] }
tokio = { version = "1.12", features = ["rt", "macros"] }

[[test]]
harness = true
name = "integration_tests"
path = "tests/harness.rs"

[patch.crates-io]
fuels = { git = "https://github.com/FuelLabs/fuels-rs", branch = "feature/fuel-core-0.18" }
5 changes: 1 addition & 4 deletions test/src/sdk-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fuel-core = { version = "0.18.1", default-features = false }
fuel-core-client = { version = "0.18.1", default-features = false }
fuel-types = "0.31.1"
fuel-vm = "0.31.1"
fuels = { version = "0.41", features = ["fuel-core-lib"] }
fuels = { version = "0.42", features = ["fuel-core-lib"] }
hex = "0.4.3"
rand = "0.8"
sha2 = "0.10"
Expand All @@ -26,6 +26,3 @@ name = "integration_tests"
path = "test_projects/harness.rs"

[workspace]

[patch.crates-io]
fuels = { git = "https://github.com/FuelLabs/fuels-rs", branch = "feature/fuel-core-0.18" }

0 comments on commit 6123da1

Please sign in to comment.