Skip to content

Commit f265d67

Browse files
author
yngrtc
committed
remove submodule webrtc and use release version
1 parent d228474 commit f265d67

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "rtc"]
22
path = rtc
33
url = https://github.com/webrtc-rs/rtc
4-
[submodule "webrtc"]
5-
path = webrtc
6-
url = https://github.com/webrtc-rs/webrtc

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tokio = { version = "1.36", features = ["full"] }
6262
tokio-util = "0.7"
6363

6464
# tests
65-
webrtc = { path = "webrtc/webrtc" }
65+
webrtc = "0.10.1"
6666
hyper = { version = "0.14.28", features = ["full"] }
6767

6868
[[example]]

webrtc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)