Skip to content

Commit c2f5cba

Browse files
committed
Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser
Use `indexmap` to avoid sorting `LocalDefId`s See discussion in rust-lang/rust#90408 (comment). Related to work on rust-lang/rust#90317.
2 parents 766c3b6 + fa96a6b commit c2f5cba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gimli = { version = "0.25.0", default-features = false, features = ["write"]}
1919
object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2020

2121
ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" }
22-
indexmap = "1.0.2"
22+
indexmap = "1.8.0"
2323
libloading = { version = "0.6.0", optional = true }
2424
smallvec = "1.6.1"
2525

0 commit comments

Comments
 (0)