Skip to content

Commit

Permalink
fix tokio dependency features
Browse files Browse the repository at this point in the history
  • Loading branch information
balliegojr committed Oct 3, 2023
1 parent 65a3f35 commit 834034f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simple-mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ tokio = { version = "1.32", features = [
"net",
"sync",
"rt",
"time",
"macros",
], optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 834034f

Please sign in to comment.