1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Update dependencies for release

This commit is contained in:
NG (Graham)
2026-07-21 17:13:02 -04:00
parent c351128fe6
commit b9fe4f9121
4 changed files with 537 additions and 706 deletions

1233
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@ rand = { version = "0.10", features = [ "thread_rng" ] }
num-quaternion = "1.0"
hex = "0.4"
base64 = "0.22"
oj_serdes = { version = "0.4.0", path = "../oj_core/serdes" }
#oj_serdes = "0.3.0"
oj_convert = { version = "0.4.0", path = "../oj_core/convert" }
#oj_convert = "0.3.0"
#oj_serdes = { version = "0.4.0", path = "../oj_core/serdes" }
oj_serdes = "0.4.0"
#oj_convert = { version = "0.4.0", path = "../oj_core/convert" }
oj_convert = "0.4.0"

View File

@@ -41,6 +41,7 @@ impl ModernMapping {
}
}
#[allow(dead_code)]
fn pretty(&self) -> String {
match self {
Self::Always(id, colour) => format!("ID:{}|colour#{}", id, colour),

View File

@@ -283,6 +283,7 @@ impl Database {
}
#[cfg(not(debug_assertions))]
{
let _ = user_id;
None
}
},