We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18d0d94 + 8c05ab2 commit fdc3a50Copy full SHA for fdc3a50
script/Cargo.toml
@@ -28,7 +28,7 @@ ckb-logger = { path = "../util/logger", version = "= 0.120.0-pre", optional = tr
28
serde = { version = "1.0", features = ["derive"] }
29
ckb-error = { path = "../error", version = "= 0.120.0-pre" }
30
ckb-chain-spec = { path = "../spec", version = "= 0.120.0-pre" }
31
-tokio = { version = "1.35.0", features = ["rt-multi-thread"] }
+tokio = { version = "1.35.0", features = ["sync", "macros", "rt-multi-thread"] }
32
33
[dev-dependencies]
34
proptest = "1.0"
0 commit comments