removed invalid cargo specifier

This commit is contained in:
Lynne Megido 2021-02-21 16:59:25 +10:00
parent 9e51525d27
commit 21fb26e3da
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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]