Skip to content

Commit

Permalink
Remove "full" feature from tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Dec 15, 2024
1 parent c8ebc87 commit 501073f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blitz-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ accesskit_winit = {workspace = true, optional = true }

# IO & Networking
url = { workspace = true, features = ["serde"] }
tokio = { workspace = true, features = ["full"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }
ureq = { workspace = true }

# Other dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/dioxus-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ winit = { workspace = true }
keyboard-types = { workspace = true }

# IO & Networking
tokio = { workspace = true, features = ["full"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }

# Other dependencies
tracing = { workspace = true, optional = true }
Expand Down

0 comments on commit 501073f

Please sign in to comment.