Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 80fc7b5

Browse files
committed
Use crates.io version of ar again
1 parent 7bf9b8e commit 80fc7b5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target-lexicon = "0.4.0"
1919
faerie = "0.10.0"
2020

2121
#goblin = "0.0.17"
22-
ar = "0.6.1"
22+
ar = "0.7.0"
2323
bitflags = "1.0.3"
2424
byteorder = "1.2.7"
2525
libc = "0.2.53"
@@ -38,8 +38,5 @@ indexmap = "1.0.2"
3838
#[patch."https://github.com/gimli-rs/gimli.git"]
3939
#gimli = { path = "../" }
4040

41-
[patch.crates-io]
42-
ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "non_multiple_of_two_identifiers_gnu_format" }
43-
4441
[profile.dev.overrides."*"]
4542
opt-level = 3

0 commit comments

Comments
 (0)