Add dep guess_host_triple v0.1.3 for windows

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-23 13:43:13 +10:00
parent a747edffd5
commit c36f1fe08a
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -61,7 +61,7 @@ zip = { version = "0.6.2", default-features = false, features = [ "deflate", "bz
# Enable feature zstdmt to enable multithreading in libzstd.
zstd = { version = "0.10.0", features = [ "bindgen", "zstdmt" ], default-features = false }
[target.'cfg(target_os = "macos")'.dependencies]
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
guess_host_triple = "0.1.3"
[dev-dependencies]