Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Revert "Bump indexmap from 1.0.2 to 1.1.0 (#5565)" (#5624)
Browse files Browse the repository at this point in the history
This reverts commit f1ad69c.
  • Loading branch information
mvines authored Aug 23, 2019
1 parent f7bd7a4 commit 9b8d59d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ crc = { version = "1.8.1", optional = true }
crossbeam-channel = "0.3"
dir-diff = "0.3.1"
fs_extra = "1.1.0"
indexmap = "1.1"
indexmap = "1.0"
itertools = "0.8.0"
jsonrpc-core = "13.0.0"
jsonrpc-derive = "13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion programs/move_loader_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
byteorder = "1.3.2"
indexmap = "1.1.0"
indexmap = "1.0.2"
libc = "0.2.62"
log = "0.4.8"
serde = "1.0.99"
Expand Down

0 comments on commit 9b8d59d

Please sign in to comment.