Skip to content

Commit 95ca4b1

Browse files
committed
Export structs
1 parent 4aaf981 commit 95ca4b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vm/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ mod wasm_backend;
2323
pub use crate::backend::{
2424
Backend, BackendApi, BackendError, BackendResult, GasInfo, Querier, Storage,
2525
};
26-
pub use crate::cache::{AnalysisReport, Cache, CacheOptions, Metrics, Stats};
26+
pub use crate::cache::{
27+
AnalysisReport, Cache, CacheOptions, Metrics, PerModuleMetrics, PinnedMetrics, Stats,
28+
};
2729
pub use crate::calls::{
2830
call_execute, call_execute_raw, call_instantiate, call_instantiate_raw, call_migrate,
2931
call_migrate_raw, call_query, call_query_raw, call_reply, call_reply_raw, call_sudo,

0 commit comments

Comments
 (0)