Skip to content

Commit 3a5d16e

Browse files
committed
chore: add todo
1 parent 7503153 commit 3a5d16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = "1.0.134"
2525
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2626
env_logger = "0.11.6"
2727
poll-promise = { version = "0.3.0", features = ["tokio"] }
28-
tokio = { version = "1.35.1", features = ["full"] }
28+
tokio = { version = "1.35.1", features = ["full"] } # TODO 2: Reduce features of tokio to only those needed
2929

3030
# web:
3131
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)