Skip to content

Commit

Permalink
Remove unused tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed May 5, 2024
1 parent b32d972 commit 9f632ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json = "1.0.105"
shuttle-runtime = "0.44.0"
shuttle-serenity = "0.44.0"
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }
tokio = "1.32.0"
topgg = { version = "1.4.1", features = ["autoposter", "serenity-cached"] }
tree_magic_mini = "3.0.3"
webp = "0.3.0"

0 comments on commit 9f632ac

Please sign in to comment.