From a7942f723fa824692f220aa3a3cd8d46eb077cb0 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Fri, 15 Jul 2022 16:14:53 -0700 Subject: [PATCH] remove local debugging webrtc patches --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd1e419..e4d1cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,11 +45,6 @@ tokio = { version = "1.5.0", features = ["io-util", "macros", "rt-multi-thread", [profile.bench] debug = true -[patch.crates-io] -rtp = { path = " ../../../crates/webrtc-rs/webrtc/crates/rtp" } -webrtc = { path = " ../../../crates/webrtc-rs/webrtc" } -webrtc-srtp = { path = " ../../../crates/webrtc-rs/webrtc/crates/srtp" } - [[bench]] name = "client" harness = false