about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorWANG Rui <wangrui@loongson.cn>2025-06-04 20:10:50 +0800
committerWANG Rui <wangrui@loongson.cn>2025-06-05 07:59:51 +0800
commit27f8efbae2bf906ea6f967dd3fe1eb0e7faf3a2e (patch)
tree3edccb20b8292374343e8daab01df335b61775a1 /compiler/rustc_codegen_ssa
parent4b27a04cc8ed4da10a546a871e23e665d03f7a79 (diff)
downloadrust-27f8efbae2bf906ea6f967dd3fe1eb0e7faf3a2e.tar.gz
rust-27f8efbae2bf906ea6f967dd3fe1eb0e7faf3a2e.zip
Bump object
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 337c6944177..e9c4c255bce 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -54,7 +54,7 @@ libc = "0.2.50"
 # tidy-alphabetical-end
 
 [dependencies.object]
-version = "0.36.2"
+version = "0.37.0"
 default-features = false
 features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write", "wasm"]