Skip to content

Commit 4ff8099

Browse files
committed
feat(p2p/webrtc): make webrtc-rs default again
1 parent 906de4a commit 4ff8099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tokio = { version = "1.26", features = ["macros"] }
8686
getrandom = { version = "0.2", features = ["js"] }
8787

8888
[features]
89-
p2p-webrtc = ["p2p-webrtc-cpp"]
89+
p2p-webrtc = ["p2p-webrtc-rs"]
9090
p2p-webrtc-rs = ["webrtc"]
9191
p2p-webrtc-cpp = ["datachannel"]
9292
p2p-libp2p = ["fuzzing", "dep:reqwest", "dep:faster-stun"]

0 commit comments

Comments
 (0)