Skip to content

Commit 2a02750

Browse files
authored
Prepare for release (#760)
* Set publish false * Specify workspace dependency versions
1 parent 50e5938 commit 2a02750

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ members = [
2929
]
3030

3131
[workspace.dependencies]
32-
imgproc = { path = "imgproc" }
33-
yuv-sys = { path = "yuv-sys" }
34-
libwebrtc = { path = "libwebrtc" }
35-
livekit-api = { path = "livekit-api" }
36-
livekit-ffi = { path = "livekit-ffi" }
37-
livekit-protocol = { path = "livekit-protocol" }
38-
livekit-runtime = { path = "livekit-runtime" }
39-
livekit = { path = "livekit" }
40-
soxr-sys = { path = "soxr-sys" }
41-
webrtc-sys-build = { path = "webrtc-sys/build" }
42-
webrtc-sys = { path = "webrtc-sys" }
32+
imgproc = { version = "0.3.14", path = "imgproc" }
33+
libwebrtc = { version = "0.3.17", path = "libwebrtc" }
34+
livekit = { version = "0.7.21", path = "livekit" }
35+
livekit-api = { version = "0.4.8", path = "livekit-api" }
36+
livekit-ffi = { version = "0.12.36", path = "livekit-ffi" }
37+
livekit-protocol = { version = "0.5.0", path = "livekit-protocol" }
38+
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
39+
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
40+
webrtc-sys = { version = "0.3.14", path = "webrtc-sys" }
41+
webrtc-sys-build = { version = "0.3.9", path = "webrtc-sys/build" }
42+
yuv-sys = { version = "0.3.9", path = "yuv-sys" }

examples/api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "api"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[dependencies]
78
tokio = { version = "1", features = ["full", "parking_lot"] }

0 commit comments

Comments
 (0)