Skip to content

Commit

Permalink
Upgrade to webrtc-rs 0.12
Browse files Browse the repository at this point in the history
Fixes: #467
  • Loading branch information
johanhelsing committed Dec 12, 2024
1 parent a1ce4a3 commit d5887a4
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 d5887a4

Please sign in to comment.