Skip to content

Commit

Permalink
[e2e-tests] Fix compilation error (aptos-labs#10318)
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou authored and Zekun Wang committed Oct 13, 2023
1 parent 90ef307 commit 93a377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptos-move/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ goldenfile = { workspace = true }
hex = { workspace = true }
move-binary-format = { workspace = true }
move-command-line-common = { workspace = true }
move-core-types = { workspace = true }
move-core-types = { workspace = true, features = ["fuzzing"] }
move-ir-compiler = { workspace = true }
move-model = { workspace = true }
move-vm-types = { workspace = true }
Expand Down

0 comments on commit 93a377e

Please sign in to comment.