Skip to content

Commit

Permalink
Use crates.io version of ar again
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed May 4, 2019
1 parent 7bf9b8e commit 80fc7b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target-lexicon = "0.4.0"
faerie = "0.10.0"

#goblin = "0.0.17"
ar = "0.6.1"
ar = "0.7.0"
bitflags = "1.0.3"
byteorder = "1.2.7"
libc = "0.2.53"
Expand All @@ -38,8 +38,5 @@ indexmap = "1.0.2"
#[patch."https://github.com/gimli-rs/gimli.git"]
#gimli = { path = "../" }

[patch.crates-io]
ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "non_multiple_of_two_identifiers_gnu_format" }

[profile.dev.overrides."*"]
opt-level = 3

0 comments on commit 80fc7b5

Please sign in to comment.