From 08cdda3645d9ef1dab8a9f8052373d7d5c77a27e Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Thu, 12 Sep 2024 11:24:39 +0200 Subject: [PATCH] reduce the number of feature flags enabled for `object` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e61f73b..ab7640c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,8 +43,8 @@ anyhow = "1.0" cc = "1.0" glob = "0.3" itertools = "0.13" -object = "0.36.4" -implib = "0.3.2" +implib = "0.3.3" +object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] } # workaround cargo [target.'cfg(windows)'.dependencies.windows-sys]