Skip to content

Commit

Permalink
Fixing features for tests and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Nov 28, 2022
1 parent f4dc342 commit c2d6ef8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ required-features = ["handshake"]
name = "server"
required-features = ["handshake"]

[[example]]
name = "interval-server"
required-features = ["handshake"]

[[test]]
name = "handshakes"
required-features = ["handshake"]

[[test]]
name = "communication"
required-features = ["handshake"]

0 comments on commit c2d6ef8

Please sign in to comment.