Skip to content

Commit

Permalink
Merge pull request #57 from samoht9277/patch-1
Browse files Browse the repository at this point in the history
Added "rt-multi-thread"
  • Loading branch information
0xKitsune authored Mar 21, 2024
2 parents f4efc13 + a675e50 commit 3f66e22
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 @@ -35,7 +35,7 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
take_mut = "0.2.2"
thiserror = "1.0.49"
tokio = { version = "1.34.0", features = ["sync", "macros"] }
tokio = { version = "1.34.0", features = ["sync", "macros", "rt-multi-thread"] }
toml = "0.8.8"
tracing = "0.1.37"
url = "2.4.1"
Expand Down

0 comments on commit 3f66e22

Please sign in to comment.