Skip to content

Commit

Permalink
chore: get rid of useless dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Nov 18, 2023
1 parent 46808a8 commit 7f0e76d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository = "https://github.com/serenity-rs/poise/"

[dependencies]
tokio = { version = "1.25.1", default-features = false } # for async in general
futures-core = { version = "0.3.13", default-features = false } # for async in general
futures-util = { version = "0.3.13", default-features = false } # for async in general
once_cell = { version = "1.7.2", default-features = false, features = ["std"] } # to store and set user data
poise_macros = { path = "macros", version = "0.5.7" } # remember to update the version on changes!
Expand Down

0 comments on commit 7f0e76d

Please sign in to comment.