Skip to content

Commit ea4b6d0

Browse files
committed
Add missing capabilities
1 parent ef716ad commit ea4b6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/examples/heap_profiling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fn app(runtime: u64) {
106106

107107
let options = CacheOptions::new(
108108
TempDir::new().unwrap().into_path(),
109-
capabilities_from_csv("iterator,staking,stargate"),
109+
capabilities_from_csv("iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0"),
110110
MEMORY_CACHE_SIZE,
111111
DEFAULT_MEMORY_LIMIT,
112112
);

0 commit comments

Comments
 (0)