Skip to content

Commit

Permalink
fix default feature dependency issues from #483
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki committed Dec 2, 2024
1 parent 4980f08 commit 1f8eed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ members = [

[workspace.dependencies]
libwebrtc = { version = "0.3.7", path = "libwebrtc" }
livekit-api = { version = "0.4.1", path = "livekit-api" }
livekit-api = { version = "0.4.1", path = "livekit-api", default-features = false }
livekit-ffi = { version = "0.12.3", path = "livekit-ffi" }
livekit-protocol = { version = "0.3.6", path = "livekit-protocol" }
livekit-runtime = { version = "0.3.1", path = "livekit-runtime" }
livekit-runtime = { version = "0.3.1", path = "livekit-runtime", default-features = false }
livekit = { version = "0.7.0", path = "livekit" }
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
webrtc-sys-build = { version = "0.3.5", path = "webrtc-sys/build" }
Expand Down

0 comments on commit 1f8eed2

Please sign in to comment.