fix auth issues

This commit is contained in:
Maple Nebel 2026-07-14 23:51:05 +02:00
commit c46b0c93d0
2 changed files with 2 additions and 5 deletions

View file

@ -14,7 +14,7 @@ rnex-rmc-macros = { path = "./macros" }
paste = "1.0.15"
rand = "0.10.2"
hex = "0.4.3"
tracing.workspace = true
tracing = "0.1.44"
[features]
splatoon = ["v3-5-0"]

View file

@ -11,10 +11,7 @@ use std::{collections::HashMap, fmt::Debug, io::Cursor, ops::Deref, sync::Arc, t
pub use rand;
pub use rnex_rmc_macros::*;
use rnex_util::{
SendingBufferConnection, SplittableBufferConnection, result::ResultExtension,
tracing::Instrument,
};
use rnex_util::{SendingBufferConnection, SplittableBufferConnection, result::ResultExtension};
use tokio::{
sync::{Mutex, Notify},
task,