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

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),