We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a06096 commit 9743e84Copy full SHA for 9743e84
compiler/rustc_codegen_cranelift/Cargo.toml
@@ -16,7 +16,7 @@ cranelift-jit = { version = "0.98", optional = true }
16
cranelift-object = { version = "0.98" }
17
target-lexicon = "0.12.0"
18
gimli = { version = "0.27.2", default-features = false, features = ["write"]}
19
-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"] }
20
21
indexmap = "2.0.0"
22
libloading = { version = "0.7.3", optional = true }
0 commit comments