From 5ed0c5d635b1c28721b3c32f1d6ce04a30934992 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 28 Sep 2025 16:51:06 +1100 Subject: update deps --- azalea/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index ae49c649..e3e92170 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -46,6 +46,7 @@ pub type BoxHandleFn = Box BoxFuture<'static, R> + Send>; pub type HandleFn = fn(Client, azalea_client::Event, S) -> Fut; +/// An error related to resolving the server address when starting a client. #[derive(Error, Debug)] pub enum StartError { #[error("Invalid address")] -- cgit v1.2.3