Skip to content

Commit

Permalink
Temporarily patch mediasoup
Browse files Browse the repository at this point in the history
We need its async traits to be Send, not currently on upstream
  • Loading branch information
fatalerrorcoded committed Sep 26, 2021
1 parent 2d8dfce commit f6f4a97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 34,7 @@ serde_json = "1.0"
strum = { version = "0.21", features = ["derive"] }

# RTC
mediasoup = "0.8.4"
mediasoup = "0.8.5"

[patch.crates-io]
mediasoup = { git = "https://github.com/fatalerrorcoded/mediasoup" }

0 comments on commit f6f4a97

Please sign in to comment.