Skip to content

Commit

Permalink
Downgrade parking lot to 0.11 to avoid duplicate deps in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brson authored and ksolana committed Jul 17, 2023
1 parent 3b40bb2 commit 94b78b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 language/tools/move-mv-llvm-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.52"
colored = "2.0.0"
libc = "0.2"
once_cell = "1.10"
parking_lot = "0.12"
parking_lot = "0.11"

move-bytecode-verifier = { path = "../../move-bytecode-verifier" }
move-bytecode-source-map = { path = "../../move-ir-compiler/move-bytecode-source-map" }
Expand Down

0 comments on commit 94b78b5

Please sign in to comment.