Skip to content

Commit

Permalink
fix(CI): Fix move-cli tests (#1872)
Browse files Browse the repository at this point in the history
* fix(CI): Fix `move-cli` tests

* update ahash and remove unused dep

---------

Co-authored-by: Thoralf-M <[email protected]>
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
3 people authored Aug 20, 2024
1 parent a880160 commit b95073e
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 14 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

9 changes: 4 additions & 5 deletions external-crates/move/Cargo.lock

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

1 change: 0 additions & 1 deletion external-crates/move/crates/move-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ move-errmapgen.workspace = true
move-ir-types.workspace = true
move-package.workspace = true
move-prover.workspace = true
move-read-write-set-types.workspace = true
move-stdlib.workspace = true
move-unit-test.workspace = true
move-vm-profiler.workspace = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TOML FILE

[package]
Expand Down

0 comments on commit b95073e

Please sign in to comment.