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:
1233
Cargo.lock
generated
1233
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -41,6 +41,7 @@ impl ModernMapping {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn pretty(&self) -> String {
|
||||
match self {
|
||||
Self::Always(id, colour) => format!("ID:{}|colour#{}", id, colour),
|
||||
|
||||
@@ -283,6 +283,7 @@ impl Database {
|
||||
}
|
||||
#[cfg(not(debug_assertions))]
|
||||
{
|
||||
let _ = user_id;
|
||||
None
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user