about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2023-05-09 20:29:27 -0700
committerJubilee Young <workingjubilee@gmail.com>2023-05-10 21:36:22 -0700
commit7156ff67be77dd96b29a4f87c6bb586b5263e35e (patch)
tree0cf40cc7000d19e6f5f6ff7139204855e7426454 /compiler/rustc_codegen_llvm
parent50dff955a9367a4efc72b831549e368992807beb (diff)
downloadrust-7156ff67be77dd96b29a4f87c6bb586b5263e35e.tar.gz
rust-7156ff67be77dd96b29a4f87c6bb586b5263e35e.zip
Bump object and thorin-dwp
object -> 0.31.1
thorin-dwp -> 0.6.0

Required to fix watchOS breakage.
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 5e750d91b82..ad51f2d0958 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -11,7 +11,7 @@ bitflags = "1.0"
 cstr = "0.2"
 libc = "0.2"
 measureme = "10.0.0"
-object = { version = "0.30.1", default-features = false, features = [
+object = { version = "0.31.1", default-features = false, features = [
     "std",
     "read",
 ] }