Skip to content

Commit

Permalink
fix: add missing features sync for tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Nov 18, 2024
1 parent deb03a8 commit 1dbcb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ckb-logger = { path = "../util/logger", version = "= 0.120.0-rc1", optional = tr
serde = { version = "1.0", features = ["derive"] }
ckb-error = { path = "../error", version = "= 0.120.0-rc1" }
ckb-chain-spec = { path = "../spec", version = "= 0.120.0-rc1" }
tokio = { version = "1.35.0", features = ["rt-multi-thread"] }
tokio = { version = "1.35.0", features = ["sync", "rt-multi-thread"] }

[dev-dependencies]
proptest = "1.0"
Expand Down

0 comments on commit 1dbcb7d

Please sign in to comment.