Skip to content

Commit

Permalink
Update CLI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpp committed Sep 25, 2024
1 parent 29cd961 commit c288698
Show file tree
Hide file tree
Showing 11 changed files with 173 additions and 55 deletions.
40 changes: 20 additions & 20 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.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.79.0"
Expand Down
6 changes: 3 additions & 3 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.4.0"
version = "0.5.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -12,10 +12,10 @@ keywords = ["fuel", "sdk", "spark", "cli", "orderbook"]

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

Expand Down
Loading

0 comments on commit c288698

Please sign in to comment.