Skip to content

Commit 8e3e1b1

Browse files
authored
Fix packaging issue in livekit-ffi (#589)
* fix a packaging issue of livekit-ffi * add a changeset
1 parent de91ada commit 8e3e1b1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patch type="fixed" package="livekit-ffi" "Fixed a packaging issue"

livekit-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ tracing = ["tokio/tracing", "console-subscriber"]
1919

2020
[dependencies]
2121
livekit = { workspace = true }
22-
soxr-sys = { path = "../soxr-sys" }
23-
imgproc = { path = "../imgproc" }
22+
soxr-sys = { workspace = true }
23+
imgproc = { workspace = true }
2424
livekit-protocol = { workspace = true }
2525
tokio = { version = "1", features = ["full", "parking_lot"] }
2626
futures-util = { version = "0.3", default-features = false, features = ["sink"] }

0 commit comments

Comments
 (0)