diff --git a/aptos-move/aptos-vm/Cargo.toml b/aptos-move/aptos-vm/Cargo.toml index cc5fd9eb3f1bb..23eef8b310a60 100644 --- a/aptos-move/aptos-vm/Cargo.toml +++ b/aptos-move/aptos-vm/Cargo.toml @@ -63,6 +63,7 @@ aptos-aggregator = { workspace = true, features = ["testing"] } aptos-block-executor = { workspace = true, features = ["testing"] } aptos-language-e2e-tests = { workspace = true } aptos-types = { workspace = true, features = ["fuzzing"] } +move-vm-types = { workspace = true, features = ["testing"] } claims = { workspace = true } proptest = { workspace = true } rand_core = { workspace = true }