Fix loading large rlibs
Bumps object crate to permit parsing archives with 64-bit table entries. These are primarily encountered when there's more than 4GB of archive data.
This commit is contained in:
parent
4a6547cca6
commit
4c7c97a208
5 changed files with 79 additions and 3 deletions
|
@ -36,6 +36,6 @@ rustc_target = { path = "../rustc_target" }
|
|||
rustc_session = { path = "../rustc_session" }
|
||||
|
||||
[dependencies.object]
|
||||
version = "0.26.1"
|
||||
version = "0.26.2"
|
||||
default-features = false
|
||||
features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue