1
Fork 0

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:
Mark Rousskov 2021-08-30 16:10:19 -04:00
parent 4a6547cca6
commit 4c7c97a208
5 changed files with 79 additions and 3 deletions

View file

@ -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"]