Skip to content

Commit

Permalink
Bump fuels-rs to v0.66.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpp committed Oct 16, 2024
1 parent 8faa698 commit 09ad26d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ members = [

[workspace.package]
authors = ["ComposabilityLabs"]
version = "0.6.1"
version = "0.6.2"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.79.0"

[workspace.dependencies]
anyhow = "1.0.89"
fuels = { version = "0.66.8", features = ["fuel-core-lib"] }
fuels = { version = "0.66.9", features = ["fuel-core-lib"] }
tokio = { version = "1.40.0", features = ["rt", "macros"] }

2 changes: 1 addition & 1 deletion fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "latest-x86_64-apple-darwin"

[components]
forc="0.65.2"
fuel-core = "0.38.0"
fuel-core = "0.40.0"
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@
{
"name": "doc-comment",
"arguments": [
" Get the minimum order type size in BASE_ASSET units."
" Get the minimum order size in BASE_ASSET units."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion spark-market/out/release/spark-market-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@
{
"name": "doc-comment",
"arguments": [
" Get the minimum order type size in BASE_ASSET units."
" Get the minimum order size in BASE_ASSET units."
]
},
{
Expand Down

0 comments on commit 09ad26d

Please sign in to comment.