From 21fb26e3da9d8760826af93038b84eae2a1c8997 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 21 Feb 2021 16:59:25 +1000 Subject: [PATCH] removed invalid cargo specifier --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d55cc5..3b35e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,6 @@ rust-version = "1.43.0" # cached requires 1.42.0 default = ["multi-threaded", "infer-backend"] multi-threaded = ["rayon"] infer-backend = ["infer"] - -# always disable xdg-mime-backend on windows -[target.'cfg(not(target_os = "windows"))'.features] xdg-mime-backend = ["xdg-mime"] [dependencies]