Skip to content

Commit

Permalink
undo version bumps on the others
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Apr 30, 2024
1 parent fbd61e6 commit 4e1f35c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libwebrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Livekit safe bindings to libwebrtc"
repository = "https://github.com/livekit/rust-sdks"

[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.4.0" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.2" }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion livekit-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rustls-tls-webpki-roots = [
__rustls-tls = ["tokio-tungstenite?/__rustls-tls", "reqwest?/__rustls"]

[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.4.0" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.2" }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion livekit-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-protocol"
version = "0.4.0"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
description = "Livekit protocol and utilities for the Rust SDK"
Expand Down
4 changes: 2 additions & 2 deletions livekit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.4.0"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
description = "Rust Client SDK for LiveKit"
Expand Down Expand Up @@ -30,7 +30,7 @@ __lk-internal = []
livekit-runtime = { path = "../livekit-runtime", version = "0.3.0", default-features = false }
livekit-api = { path = "../livekit-api", version = "0.3.2", default-features = false }
libwebrtc = { path = "../libwebrtc", version = "0.3.2" }
livekit-protocol = { path = "../livekit-protocol", version = "0.4.0" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.2" }
prost = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 4e1f35c

Please sign in to comment.