From cfa631afbdf7e6f178c3d084dff7c95763f83108 Mon Sep 17 00:00:00 2001 From: larry <26318510+larry0x@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:36:45 +0000 Subject: [PATCH] make a few type aliases in ibc-union-spec public --- lib/ibc-union-spec/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ibc-union-spec/src/lib.rs b/lib/ibc-union-spec/src/lib.rs index 0184f5499c..20c72381d6 100644 --- a/lib/ibc-union-spec/src/lib.rs +++ b/lib/ibc-union-spec/src/lib.rs @@ -458,9 +458,9 @@ impl FullEvent { } } -type ClientId = u32; -type ConnectionId = u32; -type ChannelId = u32; +pub type ClientId = u32; +pub type ConnectionId = u32; +pub type ChannelId = u32; // type ClientId = NonZeroU32; // type ConnectionId = NonZeroU32;