Skip to content

Commit

Permalink
fix: add testing to dev-dependency for stacks-common
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Jan 9, 2025
1 parent c042e1d commit 125d7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rusqlite = { workspace = true, features = ["functions"] }

[dev-dependencies]
clarity = { path = "../clarity", features = ["testing"] }
stacks-common = { path = "../stacks-common", features = ["testing"] }
num-traits = "0.2.18"

[dependencies.serde_json]
Expand Down

0 comments on commit 125d7fb

Please sign in to comment.