Skip to content

Commit 64733db

Browse files
committed
moved serial_test to dev_dependencies
1 parent 0aae8cb commit 64733db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ async-h1 = { version = "2.3.2", optional = true }
3232
async-std = { version = "1.6", optional = true, features = ["attributes"] }
3333
http-types = { version = "2.12", optional = true }
3434
thiserror = { workspace = true }
35-
serial_test = "3.2.0"
3635

3736
[target.'cfg(not(any(target_os = "macos", target_os="windows", target_arch = "arm")))'.dependencies]
3837
tikv-jemallocator = {workspace = true}
@@ -52,6 +51,7 @@ tiny_http = "0.12.0"
5251
http-types = "2.12"
5352
tempfile = "3.3"
5453
mockito = "1.5"
54+
serial_test = "3.2.0"
5555

5656
[[bin]]
5757
name = "stacks-node"

0 commit comments

Comments
 (0)