Skip to content

Commit

Permalink
Merge pull request #4716 from doitian/fix-cargo-deps-missing-features
Browse files Browse the repository at this point in the history
fix: add missing features for tokio
  • Loading branch information
doitian authored Nov 19, 2024
2 parents 18d0d94 + 8c05ab2 commit fdc3a50
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 fdc3a50

Please sign in to comment.