]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
Add docs for FnCtxt::resolve_ufcs
[rust.git] / compiler / rustc_codegen_ssa / Cargo.toml
index 3a677a2437c57233aa2f5b316721be21f5f6803f..9bd5764f0730dbff3e4772db5a50b0947b2afbe7 100644 (file)
@@ -35,6 +35,6 @@ rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
 
 [dependencies.object]
-version = "0.22.0"
+version = "0.25.2"
 default-features = false
-features = ["read_core", "elf", "macho", "pe", "unaligned", "archive"]
+features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"]