Skip to content

Commit

Permalink
Disable default bitcode feature of fat-macho crate
Browse files Browse the repository at this point in the history
We're only processing dylibs, this reduces some dependences.
  • Loading branch information
messense committed Jul 10, 2021
1 parent a63b315 commit 65fbcd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
56 changes: 2 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ thiserror = "1.0.24"
dirs = { version = "3.0.1", optional = true }
configparser = { version = "2.0.0", optional = true }
fs-err = "2.5.0"
fat-macho = "0.4.3"
fat-macho = { version = "0.4.4", default-features = false }
once_cell = "1.7.2"
scroll = "0.10.2"
target-lexicon = "0.12.0"
Expand Down

0 comments on commit 65fbcd0

Please sign in to comment.