Skip to content

Commit

Permalink
Revert wrongly removed exports
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Jan 9, 2024
1 parent e7b43e3 commit 13abb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/std/src/results/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ pub use empty::Empty;
pub use events::{attr, Attribute, Event};
pub use query::QueryResponse;
pub use response::Response;
pub use submessages::{Reply, ReplyOn, SubMsg, SubMsgResponse, SubMsgResult};
pub use submessages::{MsgResponse, Reply, ReplyOn, SubMsg, SubMsgResponse, SubMsgResult};
pub use system_result::SystemResult;
2 changes: 1 addition & 1 deletion packages/vm/src/modules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod pinned_memory_cache;
mod versioning;

pub use cached_module::CachedModule;
pub use file_system_cache::FileSystemCache;
pub use file_system_cache::{FileSystemCache, NewFileSystemCacheError};
pub use in_memory_cache::InMemoryCache;
pub use pinned_memory_cache::PinnedMemoryCache;
pub use versioning::current_wasmer_module_version;

0 comments on commit 13abb59

Please sign in to comment.