From 665f5ef6f046084acbd33ae93a786a0c88044b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 21 Jul 2021 23:55:10 +1200 Subject: [PATCH] Remove binstall metadata from the lib --- lib/Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 93595ea..4b67b9a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -30,13 +30,3 @@ nix = "0.22.0" [target.'cfg(windows)'.dependencies.winapi] version = "0.3.9" -# features = ["ioapiset", "jobapi2", "tlhelp32"] - -[package.metadata.binstall] -pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.tar.xz" -bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }" -pkg-fmt = "txz" - -[package.metadata.binstall.overrides.x86_64-pc-windows-msvc] -pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.zip" -pkg-fmt = "zip"