reverse change in rustc_codegen_cranelift
This commit is contained in:
parent
0b283557e7
commit
8c6590a99b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ cranelift-jit = { version = "0.98", optional = true }
|
||||||
cranelift-object = { version = "0.98" }
|
cranelift-object = { version = "0.98" }
|
||||||
target-lexicon = "0.12.0"
|
target-lexicon = "0.12.0"
|
||||||
gimli = { version = "0.27.2", default-features = false, features = ["write"]}
|
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"
|
indexmap = "2.0.0"
|
||||||
libloading = { version = "0.7.3", optional = true }
|
libloading = { version = "0.7.3", optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue