about summary refs log tree commit diff
diff options
context:
space:
mode:
authordirreke <mingyang_ge@163.com>2023-08-15 00:09:20 +0800
committerdirreke <mingyang_ge@163.com>2023-08-15 00:09:20 +0800
commit9743e846b9d44a6410e22ce09583b2548c21d43d (patch)
tree157a825e8d6158386cbb93d32e1ffb63bfd6ec87
parent5a060961c14037bb16bc2bd9aa0781467b80e627 (diff)
downloadrust-9743e846b9d44a6410e22ce09583b2548c21d43d.tar.gz
rust-9743e846b9d44a6410e22ce09583b2548c21d43d.zip
reverse change in rustc_codegen_cranelift
-rw-r--r--compiler/rustc_codegen_cranelift/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/Cargo.toml b/compiler/rustc_codegen_cranelift/Cargo.toml
index 768d9df1652..8ded81d7399 100644
--- a/compiler/rustc_codegen_cranelift/Cargo.toml
+++ b/compiler/rustc_codegen_cranelift/Cargo.toml
@@ -16,7 +16,7 @@ cranelift-jit = { version = "0.98", optional = true }
 cranelift-object = { version = "0.98" }
 target-lexicon = "0.12.0"
 gimli = { version = "0.27.2", default-features = false, features = ["write"]}
-object = { version = "0.30.4", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
+object = { version = "0.30.3", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
 
 indexmap = "2.0.0"
 libloading = { version = "0.7.3", optional = true }