Skip to content

Commit 0efd4c0

Browse files
feat: re-export ConnectError from watermelon-mini
1 parent 2fd43cd commit 0efd4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

watermelon/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pub mod core {
4040
//! NATS Core specific errors
4141
4242
pub use crate::client::{ClientClosedError, ResponseError, TryCommandError};
43+
pub use watermelon_mini::ConnectError;
4344
}
4445
}
4546

0 commit comments

Comments
 (0)