Skip to content

Commit

Permalink
Merge pull request #472 from johanhelsing/webrtc-12
Browse files Browse the repository at this point in the history
Upgrade to webrtc-rs 0.12
  • Loading branch information
johanhelsing authored Dec 12, 2024
2 parents 44b7275 + d5887a4 commit 1d14fd5
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 124 deletions.
156 changes: 52 additions & 104 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async-tungstenite = { version = "0.26", default-features = false, features = [
"async-std-runtime",
"async-tls",
] }
webrtc = { version = "0.11", default-features = false }
webrtc = { version = "0.12", default-features = false }
bytes = { version = "1.1", default-features = false }
async-compat = { version = "0.2", default-features = false }

Expand Down
Loading

0 comments on commit 1d14fd5

Please sign in to comment.