Skip to content

Commit

Permalink
Update spark-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpp committed Oct 8, 2024
1 parent 5cc55ce commit db5fe6d
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 64 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [

[workspace.package]
authors = ["ComposabilityLabs"]
version = "0.5.1"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.79.0"
Expand Down
8 changes: 4 additions & 4 deletions spark-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spark-cli"
description = "Spark Rust CLI for Market & Orderbook contract interactions"
version = "0.5.1"
version = "0.6.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -12,11 +12,11 @@ keywords = ["fuel", "sdk", "spark", "cli", "orderbook"]

[dependencies]
anyhow = { workspace = true }
clap = { version = "4.5.18", features = ["derive"] }
clap = { version = "4.5.19", features = ["derive"] }
dotenv = "0.15.0"
fuels = { workspace = true }
spark-market-sdk = { version = "0.5.1" }
spark-registry-sdk = { version = "0.5.0" }
spark-market-sdk = { version = "0.6.0" }
spark-registry-sdk = { version = "0.6.0" }
tokio = { workspace = true }

[[bin]]
Expand Down
Loading

0 comments on commit db5fe6d

Please sign in to comment.