Skip to content

Commit 0700b6d

Browse files
committed
Workspace dep: console-subscriber
1 parent 266394d commit 0700b6d

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ serde = "1"
6767
prost = "0.14"
6868
prost-types = "0.14"
6969
prost-build = "0.14"
70+
console-subscriber = "0.1"
7071

7172
[profile.release]
7273
opt-level = "z"

examples/wgpu_room/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ eframe = { version = "0.31.1", default-features = false, features = ["default_fo
2323
serde = { workspace = true, features = ["derive"] }
2424
log = { workspace = true }
2525
env_logger = { workspace = true }
26-
console-subscriber = { version = "0.1.10", features = ["parking_lot"], optional = true }
26+
console-subscriber = { workspace = true, features = ["parking_lot"], optional = true }
2727

2828
[target.'cfg(target_os = "macos")'.dependencies]
2929
# On macos use feature relax-sign-encoding to avoid runtime crash (https://github.com/rust-windowing/winit/pull/4302)

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ log = { workspace = true }
3434
dashmap = "5.4"
3535
env_logger = { workspace = true }
3636
downcast-rs = "1.2"
37-
console-subscriber = { version = "0.1", features = ["parking_lot"], optional = true }
37+
console-subscriber = { workspace = true, features = ["parking_lot"], optional = true }
3838
bytes = { workspace = true }
3939
from_variants = "1.0.2"
4040

0 commit comments

Comments
 (0)