Skip to content

Commit 13b40c7

Browse files
authored
add needed pub use uuid::Uuid; for catalyst-types (#192)
1 parent dfa5e3e commit 13b40c7

File tree

1 file changed

+1
-0
lines changed
  • rust/catalyst-types/src/uuid

1 file changed

+1
-0
lines changed

rust/catalyst-types/src/uuid/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! `UUID` types.
22
3+
pub use uuid::Uuid;
34
#[allow(clippy::module_name_repetitions)]
45
pub use uuid_v4::UuidV4;
56
#[allow(clippy::module_name_repetitions)]

0 commit comments

Comments
 (0)