Skip to content

Commit 47cd291

Browse files
committed
add multi-thread feature for tokio
1 parent f90c771 commit 47cd291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
serenity = "0.12.0"
10-
tokio = "1.36.0"
10+
tokio = { version="1.36.0", features = ["rt-multi-thread"] }
1111
linfa = "0.7.0"
1212
linfa-trees = { version = "0.7.0", features = ["serde"] }
1313
ndarray = "0.15.6"

0 commit comments

Comments
 (0)