?
All checks were successful
Build and Test / wii-sports-club (push) Successful in 6m3s
Build and Test / sonic-transformed (push) Successful in 6m43s
Build and Test / wii-u-chat (push) Successful in 6m43s
Build and Test / puyopuyo (push) Successful in 6m45s
Build and Test / mario-tennis (push) Successful in 6m45s
Build and Test / minecraft-wiiu (push) Successful in 6m46s
Build and Test / super-mario-maker (push) Successful in 6m54s
Build and Test / fast-racing-neo (push) Successful in 6m54s
Build and Test / splatoon-testfire (push) Successful in 11m54s
Build and Test / friends (push) Successful in 13m13s
Build and Test / splatoon (push) Successful in 14m57s
All checks were successful
Build and Test / wii-sports-club (push) Successful in 6m3s
Build and Test / sonic-transformed (push) Successful in 6m43s
Build and Test / wii-u-chat (push) Successful in 6m43s
Build and Test / puyopuyo (push) Successful in 6m45s
Build and Test / mario-tennis (push) Successful in 6m45s
Build and Test / minecraft-wiiu (push) Successful in 6m46s
Build and Test / super-mario-maker (push) Successful in 6m54s
Build and Test / fast-racing-neo (push) Successful in 6m54s
Build and Test / splatoon-testfire (push) Successful in 11m54s
Build and Test / friends (push) Successful in 13m13s
Build and Test / splatoon (push) Successful in 14m57s
This commit is contained in:
parent
1644731d8f
commit
22252c929c
2 changed files with 3 additions and 3 deletions
|
|
@ -17,8 +17,8 @@ hex = "0.4.3"
|
|||
tracing = "0.1.44"
|
||||
|
||||
[features]
|
||||
splatoon = ["v3-5-0"]
|
||||
datastore = ["database-support", "v3-8-15"]
|
||||
splatoon = []
|
||||
datastore = ["database-support"]
|
||||
database-support = []
|
||||
nx = []
|
||||
third-notif-param = []
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#[allow(async_fn_in_trait)]
|
||||
pub mod auth_handler;
|
||||
|
||||
use std::{env, net::SocketAddr, sync::Arc};
|
||||
use std::{env, sync::Arc};
|
||||
use tokio::net::TcpStream;
|
||||
|
||||
use nex_account::{grpc::Pid, grpc_client};
|
||||
|
|
|
|||
Loading…
Reference in a new issue