1
Fork 0

update Cargo.lock and gimli-rs/object for rustc_codegen_ssa

This commit is contained in:
Lain Yang 2022-01-07 13:32:58 +08:00
parent 11f180f421
commit 9a337b6fe0
2 changed files with 26 additions and 4 deletions

View file

@ -41,6 +41,6 @@ rustc_target = { path = "../rustc_target" }
rustc_session = { path = "../rustc_session" }
[dependencies.object]
version = "0.27.0"
version = "0.28.0"
default-features = false
features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]