Skip to content

Commit

Permalink
[e2e-tests] Fix compilation error (#10318)
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou authored Oct 1, 2023
1 parent 5ca8795 commit e52ac55
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 e52ac55

Please sign in to comment.