Skip to content

Commit 6aa6ce3

Browse files
authored
chore(omnievent): make proto_types module visible (#28)
1 parent f87c2d7 commit 6aa6ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omnievent/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pub mod event_manager;
22
pub mod grpc;
3-
pub(crate) mod proto_types;
3+
pub mod proto_types;
44
pub(crate) mod types;

0 commit comments

Comments
 (0)