Skip to content

Commit

Permalink
reduce the number of feature flags enabled for object
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Sep 13, 2024
1 parent f7d8d3c commit fdd86a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fdd86a1

Please sign in to comment.