Skip to content

Commit 4e3def6

Browse files
committed
fix(webrtc): Enable vendored feature in datachannel-rs dependency to get static linking
1 parent 077eaff commit 4e3def6

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

Cargo.lock

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ p2p-testing = { path = "testing" }
6969
redux = { workspace = true, features=["serializable_callbacks"] }
7070
tokio = { version = "1.26", features = ["rt"] }
7171
webrtc = { git = "https://github.com/openmina/webrtc.git", rev = "e8705db39af1b198b324a5db6ff57fb213ba75e9", optional = true }
72-
datachannel = { git = "https://github.com/openmina/datachannel-rs.git", rev = "1bfb064d0ff3e54a93ae0288409902aab8d102d3", optional = true }
72+
datachannel = { git = "https://github.com/openmina/datachannel-rs.git", rev = "1bfb064d0ff3e54a93ae0288409902aab8d102d3", optional = true, features = ["vendored"] }
7373
reqwest = { version = "0.11", features = ["json"] }
7474
mio = { version = "0.8.11", features = ["os-poll", "net"] }
7575
libc = { version = "0.2.151" }

0 commit comments

Comments
 (0)