Skip to content

Commit

Permalink
chore: bump sdk version (#6430)
Browse files Browse the repository at this point in the history
## Description

Bump sdk and fuel-core versions

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
  • Loading branch information
sdankel authored Aug 16, 2024
1 parent d0f8373 commit 9c49bc9
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ exclude = [

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

# Dependencies from the `fuel-vm` repository:
fuel-asm = "0.56.0"
Expand All @@ -45,9 +45,9 @@ fuel-tx = "0.56.0"
fuel-vm = "0.56.0"

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

# Dependencies from the `forc-wallet` repository:
forc-wallet = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/sway-test-rs/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["{{authors}}"]
license = "Apache-2.0"

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

[[test]]
Expand Down
28 changes: 14 additions & 14 deletions test/src/sdk-harness/Cargo.lock

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

6 changes: 3 additions & 3 deletions test/src/sdk-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ publish = false
assert_matches = "1.5.0"

# Dependencies from the `fuel-core` repository:
fuel-core = { version = "0.32.0", default-features = false }
fuel-core-client = { version = "0.32.0", default-features = false }
fuel-core = { version = "0.32.1", default-features = false }
fuel-core-client = { version = "0.32.1", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-vm = { version = "0.56.0", features = ["random"] }

# Dependencies from the `fuels-rs` repository:
fuels = { version = "0.66.0", features = ["fuel-core-lib"] }
fuels = { version = "0.66.1", features = ["fuel-core-lib"] }

hex = "0.4.3"
paste = "1.0.14"
Expand Down

0 comments on commit 9c49bc9

Please sign in to comment.