Skip to content

Commit

Permalink
server: Add missing Tokio feature "macros"
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 29, 2022
1 parent 4985c83 commit 00d79c4
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 @@ -37,7 +37,7 @@ default = ["tcp", "rtu"]
rtu = ["tokio-serial", "futures-util/sink"]
tcp = ["tokio/net", "futures-util/sink"]
sync = ["tokio/rt"]
server = ["futures", "socket2/all", "tokio/rt", "tokio/rt-multi-thread"]
server = ["futures", "socket2/all", "tokio/macros", "tokio/rt", "tokio/rt-multi-thread"]
tcp-server-unstable = ["tcp", "server"]

[badges]
Expand Down

0 comments on commit 00d79c4

Please sign in to comment.