Skip to content

Commit

Permalink
add needed pub use uuid::Uuid; for catalyst-types (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored Feb 3, 2025
1 parent dfa5e3e commit 13b40c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/catalyst-types/src/uuid/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! `UUID` types.
pub use uuid::Uuid;
#[allow(clippy::module_name_repetitions)]
pub use uuid_v4::UuidV4;
#[allow(clippy::module_name_repetitions)]
Expand Down

0 comments on commit 13b40c7

Please sign in to comment.