Skip to content

Commit

Permalink
Publish spark-market-sdk v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpp committed Nov 13, 2024
1 parent 9ee5440 commit add7a29
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.5"
version = "0.6.6"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.82.0"

[workspace.dependencies]
anyhow = "1.0.92"
fuels = { version = "0.66.9", features = ["fuel-core-lib"] }
tokio = { version = "1.41.0", features = ["rt", "macros"] }
anyhow = "1.0.93"
fuels = { version = "0.66.10", features = ["fuel-core-lib"] }
tokio = { version = "1.41.1", features = ["rt", "macros"] }

0 comments on commit add7a29

Please sign in to comment.