Skip to content

Commit 72fef19

Browse files
authored
fix: make types module available in client-api (#397)
1 parent bb73e07 commit 72fef19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ pub mod messages;
7676
#[cfg(any(feature = "server-api", feature = "client-api"))]
7777
pub mod tokio;
7878
/// types and encoding related helper
79-
#[cfg(feature = "server-api")]
79+
#[cfg(any(feature = "server-api", feature = "client-api"))]
8080
pub mod types;

0 commit comments

Comments
 (0)