We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae8cb commit 64733dbCopy full SHA for 64733db
testnet/stacks-node/Cargo.toml
@@ -32,7 +32,6 @@ async-h1 = { version = "2.3.2", optional = true }
32
async-std = { version = "1.6", optional = true, features = ["attributes"] }
33
http-types = { version = "2.12", optional = true }
34
thiserror = { workspace = true }
35
-serial_test = "3.2.0"
36
37
[target.'cfg(not(any(target_os = "macos", target_os="windows", target_arch = "arm")))'.dependencies]
38
tikv-jemallocator = {workspace = true}
@@ -52,6 +51,7 @@ tiny_http = "0.12.0"
52
51
http-types = "2.12"
53
tempfile = "3.3"
54
mockito = "1.5"
+serial_test = "3.2.0"
55
56
[[bin]]
57
name = "stacks-node"
0 commit comments