Skip to content

Commit

Permalink
use shared/stun version
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 9, 2024
1 parent 25e87eb commit 7362dff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rtc-ice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

[dependencies]
shared = { path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
stun = { path = "../rtc-stun", package = "rtc-stun" }
shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
stun = { version = "0.1.1", path = "../rtc-stun", package = "rtc-stun" }

crc = "3.0"
log = "0.4.16"
Expand Down
4 changes: 2 additions & 2 deletions rtc-turn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

[dependencies]
shared = { path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
stun = { path = "../rtc-stun", package = "rtc-stun" }
shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
stun = { version = "0.1.1", path = "../rtc-stun", package = "rtc-stun" }

bytes = "1.4.0"
log = "0.4.16"
Expand Down

0 comments on commit 7362dff

Please sign in to comment.