diff --git a/rnex-rmc/Cargo.toml b/rnex-rmc/Cargo.toml index c9bcdc4..0d31496 100644 --- a/rnex-rmc/Cargo.toml +++ b/rnex-rmc/Cargo.toml @@ -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 = [] diff --git a/rnex-server-nex-modules/rnex-auth/src/lib.rs b/rnex-server-nex-modules/rnex-auth/src/lib.rs index e95bfe7..0b27e1b 100644 --- a/rnex-server-nex-modules/rnex-auth/src/lib.rs +++ b/rnex-server-nex-modules/rnex-auth/src/lib.rs @@ -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};