Skip to content

Commit

Permalink
fix: add missing features for tokio
Browse files Browse the repository at this point in the history
- sync for `tokio::sync`
- macros for `tokio::select`
  • Loading branch information
doitian committed Nov 18, 2024
1 parent c5ef755 commit 8c05ab2
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-pre", optional = tr
serde = { version = "1.0", features = ["derive"] }
ckb-error = { path = "../error", version = "= 0.120.0-pre" }
ckb-chain-spec = { path = "../spec", version = "= 0.120.0-pre" }
tokio = { version = "1.35.0", features = ["rt-multi-thread"] }
tokio = { version = "1.35.0", features = ["sync", "macros", "rt-multi-thread"] }

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

0 comments on commit 8c05ab2

Please sign in to comment.