Skip to content

Commit ff10c0f

Browse files
committed
Upgrade to indexmap v2
1 parent e44f47a commit ff10c0f

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Cargo.lock

Lines changed: 25 additions & 3 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
@@ -18,7 +18,7 @@ target-lexicon = "0.12.0"
1818
gimli = { version = "0.27.2", default-features = false, features = ["write"]}
1919
object = { version = "0.30.3", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2020

21-
indexmap = "1.9.3"
21+
indexmap = "2.0.0"
2222
libloading = { version = "0.7.3", optional = true }
2323
smallvec = "1.8.1"
2424

0 commit comments

Comments
 (0)