Skip to content

Commit 266394d

Browse files
committed
Workspace dep: prost
1 parent c04c73d commit 266394d

4 files changed

Lines changed: 9 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ clap = "4.5"
6464
anyhow = "1.0"
6565
serde_json = "1.0"
6666
serde = "1"
67+
prost = "0.14"
68+
prost-types = "0.14"
69+
prost-build = "0.14"
6770

6871
[profile.release]
6972
opt-level = "z"

livekit-ffi-node-bindings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ napi = { version = "2.12.2", default-features = false, features = [
1414
] }
1515
napi-derive = "2.12.2"
1616
livekit-ffi = { path = "../livekit-ffi" }
17-
prost = "0.14"
18-
prost-types = "0.14"
17+
prost = { workspace = true }
18+
prost-types = { workspace = true }
1919
log = { workspace = true }
2020
tokio = { workspace = true, features = ["full"] }
2121

livekit-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ livekit-protocol = { workspace = true }
2727
tokio = { workspace = true, features = ["full", "parking_lot"] }
2828
futures-util = { workspace = true, default-features = false, features = ["sink"] }
2929
parking_lot = { workspace = true, features = ["deadlock_detection"] }
30-
prost = "0.14.1"
30+
prost = { workspace = true }
3131
lazy_static = { workspace = true }
3232
thiserror = { workspace = true }
3333
log = { workspace = true }
@@ -43,7 +43,7 @@ jni = "0.21.1"
4343
link-cplusplus = { version = "1", features = ["nothing"] }
4444

4545
[build-dependencies]
46-
prost-build = "0.14.1"
46+
prost-build = { workspace = true }
4747
webrtc-sys-build = { workspace = true }
4848

4949
[dev-dependencies]

0 commit comments

Comments
 (0)