Skip to content

Commit e7fd9db

Browse files
committed
chore: attempt at removing tokio features
1 parent e5e1a83 commit e7fd9db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = "1.0.135"
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.43", features = ["full"] } # TODO 2: Reduce features of tokio to only those needed
28+
tokio = { version = "1.43", default-features = false } # I suspect features are brought in with poll-promise (not able to separate out to see what we need)
2929

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

0 commit comments

Comments
 (0)