Skip to content

Commit

Permalink
add multi-thread feature for tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jun 22, 2024
1 parent f90c771 commit 47cd291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serenity = "0.12.0"
tokio = "1.36.0"
tokio = { version="1.36.0", features = ["rt-multi-thread"] }
linfa = "0.7.0"
linfa-trees = { version = "0.7.0", features = ["serde"] }
ndarray = "0.15.6"
Expand Down

0 comments on commit 47cd291

Please sign in to comment.