Skip to content

Commit

Permalink
Update protocol dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 28, 2024
1 parent 16a2a10 commit 358afed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion packages/livekit-rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ version = "0.0.1"
crate-type = ["cdylib"]

[dependencies]
napi = { version = "2.12.2", default-features = false, features = ["async", "napi6"] }
napi = { version = "2.12.2", default-features = false, features = [
"async",
"napi6",
] }
napi-derive = "2.12.2"
livekit-ffi = { path = "./rust-sdks/livekit-ffi" }
prost = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:edge": "vitest --environment edge-runtime run"
},
"dependencies": {
"@livekit/protocol": "^1.28.1",
"@livekit/protocol": "^1.29.0",
"camelcase-keys": "^9.0.0",
"jose": "^5.1.2"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 358afed

Please sign in to comment.