Skip to content

Commit

Permalink
removed mutants-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Jun 3, 2024
1 parent 5fdddcb commit bdd2f18
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clarity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ stacks_common = { package = "stacks-common", path = "../stacks-common", optional
rstest = "0.17.0"
rstest_reuse = "0.5.0"
hashbrown = { workspace = true }
mutants = "0.0.3"

[dependencies.serde_json]
version = "1.0"
Expand All @@ -48,6 +47,7 @@ features = ["std"]

[dev-dependencies]
assert-json-diff = "1.0.0"
mutants = "0.0.3"
# a nightly rustc regression (35dbef235 2021-03-02) prevents criterion from compiling
# but it isn't necessary for tests: only benchmarks. therefore, commenting out for now.
# criterion = "0.3"
Expand Down
1 change: 0 additions & 1 deletion libsigner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ stackslib = { path = "../stackslib"}
thiserror = "1.0"
tiny_http = "0.12"
wsts = { workspace = true }
mutants = "0.0.3"

[dev-dependencies]
mutants = "0.0.3"
Expand Down
2 changes: 2 additions & 0 deletions pox-locking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ path = "src/lib.rs"
clarity = { package = "clarity", path = "../clarity" }
stacks_common = { package = "stacks-common", path = "../stacks-common" }
slog = { version = "2.5.2", features = [ "max_level_trace" ] }

[dev-dependencies]
mutants = "0.0.3"

[features]
Expand Down
1 change: 0 additions & 1 deletion stackslib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ features = ["serde"]
[dependencies.time]
version = "0.2.23"
features = ["std"]
mutants = "0.0.3"

[dev-dependencies]
assert-json-diff = "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion testnet/stacks-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ wsts = { workspace = true }
rand = { workspace = true }
rand_core = { workspace = true }
hashbrown = { workspace = true }
mutants = "0.0.3"

[target.'cfg(not(any(target_os = "macos", target_os="windows", target_arch = "arm")))'.dependencies]
tikv-jemallocator = {workspace = true}
Expand Down

0 comments on commit bdd2f18

Please sign in to comment.