Skip to content

Commit

Permalink
Fixed examples not building without the nonblocking feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kotauskas committed Mar 5, 2021
1 parent f23738a commit a0bbdda
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 @@ -35,5 +35,13 @@ default = []
nonblocking = ["blocking", "futures"]
doc_cfg = []

[[example]]
name = "async_local_socket_client"
required-features = ["nonblocking"]

[[example]]
name = "async_local_socket_server"
required-features = ["nonblocking"]

[package.metadata.docs.rs]
features = ["doc_cfg"]

0 comments on commit a0bbdda

Please sign in to comment.