Skip to content

Commit

Permalink
add missing dev dependency feature
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanjmistry committed Jan 26, 2024
1 parent 9cd7890 commit 2fbfa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-kusto-ingest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ url = "2"
uuid = { version = "1", features = ["v4", "serde"] }

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

0 comments on commit 2fbfa4b

Please sign in to comment.