fix auth issues
Some checks failed
Build and Test / friends (push) Failing after 7m39s
Build and Test / minecraft-wiiu (push) Successful in 8m3s
Build and Test / sonic-transformed (push) Successful in 14m20s
Build and Test / fast-racing-neo (push) Successful in 14m28s
Build and Test / wii-sports-club (push) Successful in 15m43s
Build and Test / mario-tennis (push) Successful in 15m43s
Build and Test / splatoon (push) Successful in 16m47s
Build and Test / wii-u-chat (push) Successful in 17m20s
Build and Test / splatoon-testfire (push) Successful in 17m44s
Build and Test / puyopuyo (push) Successful in 17m44s
Build and Test / super-mario-maker (push) Successful in 19m11s

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,