about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
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_llvm
parent4b27a04cc8ed4da10a546a871e23e665d03f7a79 (diff)
downloadrust-27f8efbae2bf906ea6f967dd3fe1eb0e7faf3a2e.tar.gz
rust-27f8efbae2bf906ea6f967dd3fe1eb0e7faf3a2e.zip
Bump object
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index bf8ec8c3b91..88efc8ac96b 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -15,7 +15,7 @@ gimli = "0.31"
 itertools = "0.12"
 libc = "0.2"
 measureme = "12.0.1"
-object = { version = "0.36.3", default-features = false, features = ["std", "read"] }
+object = { version = "0.37.0", default-features = false, features = ["std", "read"] }
 rustc-demangle = "0.1.21"
 rustc_abi = { path = "../rustc_abi" }
 rustc_ast = { path = "../rustc_ast" }