Skip to content

Commit 0b28355

Browse files
committed
reverse change in rustc_codegen_cranelift
1 parent 9ef3a4f commit 0b28355

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

Cargo.lock

Lines changed: 6 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ cranelift-native = { version = "0.98" }
1515
cranelift-jit = { version = "0.98", optional = true }
1616
cranelift-object = { version = "0.98" }
1717
target-lexicon = "0.12.0"
18-
gimli = { version = "0.28.0", default-features = false, features = ["write"]}
19-
object = { version = "0.32.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
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"] }
2020

2121
indexmap = "2.0.0"
2222
libloading = { version = "0.7.3", optional = true }

0 commit comments

Comments
 (0)