shit i forgot to update something
Some checks failed
Build and Test / splatoon (push) Successful in 5m3s
Build and Test / friends (push) Successful in 5m44s
Build and Test / super-mario-maker (push) Has been cancelled

This commit is contained in:
red binder 2026-04-26 16:14:43 +02:00
commit 6ff9b33966
2 changed files with 3 additions and 8 deletions

View file

@ -35,22 +35,19 @@ base64 = "0.22.1"
sha2 = "0.10.9"
urlencoding = "2.1.3"
[dependencies.sqlx]
version = "0.8.6"
optional = true
[dev-dependencies]
# criterion = "0.7.0"
[features]
rmc_struct_header = []
guest_login = []
friends = ["guest_login", "dep:sqlx"]
friends = ["guest_login", "database-support"]
big_pid = []
v3-8-15 = ["rmc_struct_header"]
v4-3-11 = ["v3-8-15"]
nx = ["big_pid"]
datastore = ["dep:sqlx", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]
datastore = ["database-support", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]
database-support = ["dep:sqlx"]
[[bench]]
name = "rmc_serialization"

View file

@ -46,8 +46,6 @@ use rnex_core::rmc::structures::qresult::QResult;
use rnex_core::rmc::structures::ranking::UploadCompetitionData;
use std::sync::{Arc, Weak};
use cfg_if::cfg_if;
use rnex_core::rmc::protocols::ranking::{CompetitionRankingScoreData, CompetitionRankingGetParam, CompetitionRankingScoreInfo};
use rnex_core::rmc::structures::ranking::{UploadCompetitionData};
use tokio::sync::{Mutex, RwLock};
cfg_if! {