Skip to content

Commit

Permalink
Add min-order-size CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpp committed Oct 17, 2024
1 parent 09ad26d commit e0a1cd7
Show file tree
Hide file tree
Showing 11 changed files with 183 additions and 60 deletions.
18 changes: 9 additions & 9 deletions 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 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.6.1"
version = "0.6.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -15,8 +15,8 @@ anyhow = { workspace = true }
clap = { version = "4.5.20", features = ["derive"] }
dotenv = "0.15.0"
fuels = { workspace = true }
spark-market-sdk = { version = "0.6.1" }
spark-registry-sdk = { version = "0.6.1" }
spark-market-sdk = { version = "0.6.2" }
spark-registry-sdk = { version = "0.6.2" }
tokio = { workspace = true }

[[bin]]
Expand Down
Loading

0 comments on commit e0a1cd7

Please sign in to comment.