Skip to content

Commit

Permalink
chore: update tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed May 31, 2024
1 parent 1292af5 commit 7d50e7a
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 @@ -25,6 +25,6 @@ serde-xml-rs = "0.6.0"

[dev-dependencies]
dotenv = "0.15.0"
tokio = { version = "1.19.2", features = ["rt","macros","rt-multi-thread"] }
tokio = { version = "1.19.2", features = ["macros","rt"] }


0 comments on commit 7d50e7a

Please sign in to comment.