]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
Rollup merge of #86382 - JohnTitor:try-desugar, r=estebank
[rust.git] / compiler / rustc_codegen_ssa / Cargo.toml
index 930b4dc4d415380382748370defe2b48e664b523..1446624b8815743269f2124ff20e6ce4ebf8b125 100644 (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"]