From a4821b5c43ba7e48a3e9bf61a40d6b1a1bd8c3ce Mon Sep 17 00:00:00 2001 From: Zekun Wang Date: Tue, 29 Oct 2024 20:06:06 -0400 Subject: [PATCH] config --- aptos-move/aptos-vm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/aptos-move/aptos-vm/Cargo.toml b/aptos-move/aptos-vm/Cargo.toml index cc5fd9eb3f1bb0..23eef8b310a603 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 }