Skip to content

Commit

Permalink
Bump webrtc lib to latest
Browse files Browse the repository at this point in the history
Working on updating the same server side, so we need this to correspond.
  • Loading branch information
iterion committed Jan 31, 2025
1 parent 5d6cdfb commit 8c1d5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/target
.vscode/
.direnv/
.idea/
flamegraph.svg
perf.data
2 changes: 1 addition & 1 deletion modeling-cmds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ts-rs = { version = "10.1.0", optional = true, features = [
"serde-json-impl",
] }
uuid = { version = "1.12.1", features = ["serde", "v4", "js"] }
webrtc = { version = "0.11", optional = true }
webrtc = { version = "0.12", optional = true }

[lints]
workspace = true
Expand Down

0 comments on commit 8c1d5e9

Please sign in to comment.