From 3325f7ee3157572409d6278fbeecc97d83add469 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 21 Jul 2020 18:09:19 +0800 Subject: [PATCH] Cargo.toml: drop dependencies.ffmpeg-sys-next.path This is really inconvenient for people who don't need to modify rust-ffmpeg-sys. To develop the two repos together just put paths = ['../rust-ffmpeg-sys'] in .cargo/config.toml. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6681067..c0d0f21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,6 +104,5 @@ version = "0.12" optional = true [dependencies.ffmpeg-sys-next] -path = "../rust-ffmpeg-sys" version = "4.3" default-features = false