Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump sdk version #6430

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading