removed invalid cargo specifier
This commit is contained in:
parent
9e51525d27
commit
21fb26e3da
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ rust-version = "1.43.0" # cached requires 1.42.0
|
||||||
default = ["multi-threaded", "infer-backend"]
|
default = ["multi-threaded", "infer-backend"]
|
||||||
multi-threaded = ["rayon"]
|
multi-threaded = ["rayon"]
|
||||||
infer-backend = ["infer"]
|
infer-backend = ["infer"]
|
||||||
|
|
||||||
# always disable xdg-mime-backend on windows
|
|
||||||
[target.'cfg(not(target_os = "windows"))'.features]
|
|
||||||
xdg-mime-backend = ["xdg-mime"]
|
xdg-mime-backend = ["xdg-mime"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue