From 676707aab320339b4c7406ee4f494b530f44e926 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 9 Dec 2025 03:37:22 +0100 Subject: make signing module optional in azalea-crypto --- azalea-protocol/src/packets/game/s_chat_command_signed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/s_chat_command_signed.rs') diff --git a/azalea-protocol/src/packets/game/s_chat_command_signed.rs b/azalea-protocol/src/packets/game/s_chat_command_signed.rs index 38a9b9f4..f45f92c8 100644 --- a/azalea-protocol/src/packets/game/s_chat_command_signed.rs +++ b/azalea-protocol/src/packets/game/s_chat_command_signed.rs @@ -1,5 +1,5 @@ use azalea_buf::AzBuf; -use azalea_crypto::MessageSignature; +use azalea_crypto::signing::MessageSignature; use azalea_protocol_macros::ServerboundGamePacket; use super::s_chat::LastSeenMessagesUpdate; -- cgit v1.2.3