Skip to content

Commit

Permalink
Update examples/chat-example/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Eizinger <[email protected]>
  • Loading branch information
mxinden and thomaseizinger authored Aug 17, 2023
1 parent 6a2a3ed commit b87f68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ async-std = { version = "1.12", features = ["attributes"] }
async-trait = "0.1"
env_logger = "0.10.0"
futures = "0.3.28"
libp2p = { path = "../../libp2p", features = ["async-std", "gossipsub", "mdns", "noise", "macros", "tcp", "yamux"] }
libp2p = { path = "../../libp2p", features = ["async-std", "gossipsub", "mdns", "noise", "macros", "tcp", "yamux", "quic"] }

0 comments on commit b87f68d

Please sign in to comment.