From 4575de368dbacb3a03066f7d674bd60697ae2fba Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 13 Mar 2024 09:44:43 +0100 Subject: [PATCH] ci: add `libmagic` to the list of packages to install with `vcpkg` --- lib/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ec4d8b70b..101316ba0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -220,6 +220,7 @@ zip = "0.6.6" [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" rev = "fba75d0" +dependencies = ["libmagic"] [[bench]] name = "benches"