Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit fd9c154

Browse files
authored
Specific version of indexmap (#75)
I chose a specific version of indexmap (1.6.2) because of problems with cyclic dependency (1.7.0). Version 1.6.2 used in current diem release.
1 parent 5161e57 commit fd9c154

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Cargo.lock

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

dove/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ git2 = "0.13"
3535
bcs = "0.1.2"
3636
dunce = "1.0.1"
3737
atty = "0.2"
38+
indexmap = { version = "=1.6.2", default-features = false, features = ["std"] }
3839

3940
lang = { path = "../lang" }
4041
decompiler = { path = "../lang/decompiler" }

0 commit comments

Comments
 (0)