Skip to content

Commit 08cdda3

Browse files
folkertdevlu-zero
authored andcommitted
reduce the number of feature flags enabled for object
1 parent 42f53a0 commit 08cdda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ anyhow = "1.0"
4343
cc = "1.0"
4444
glob = "0.3"
4545
itertools = "0.13"
46-
object = "0.36.4"
47-
implib = "0.3.2"
46+
implib = "0.3.3"
47+
object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] }
4848

4949
# workaround cargo
5050
[target.'cfg(windows)'.dependencies.windows-sys]

0 commit comments

Comments
 (0)