Skip to content

Commit 0254aed

Browse files
richardpringledannywillems
authored andcommitted
Add default feature to mina-node-common
This was required to get mina-node-testing to compile
1 parent 7f7bcce commit 0254aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ google-cloud-storage = { workspace = true }
4848
google-cloud-auth = { workspace = true }
4949

5050
[features]
51+
# won't compile without this on
52+
default = ["p2p-webrtc"]
5153
p2p-webrtc = ["node/p2p-webrtc"]
5254
p2p-libp2p = ["node/p2p-libp2p"]

0 commit comments

Comments
 (0)