Skip to content

Commit

Permalink
Add tokio feature to webrtc to fix bootstrap build
Browse files Browse the repository at this point in the history
  • Loading branch information
aterentic-ethernal committed Dec 4, 2024
1 parent 2832aaa commit 39eb007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ confy = { workspace = true }
hex = { workspace = true }
libp2p = { workspace = true }
libp2p-allow-block-list = { workspace = true }
libp2p-webrtc = { workspace = true }
libp2p-webrtc = { workspace = true, features = ["tokio"] }
multihash = { workspace = true }
rand = { workspace = true }
semver = { workspace = true }
Expand Down

0 comments on commit 39eb007

Please sign in to comment.