This commit is contained in:
Tove 2025-08-14 08:16:58 +02:00
parent 7f71750b53
commit 7d646b6e2a
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -4,4 +4,4 @@ version = 4
[[package]]
name = "polyparse"
version = "0.5.1"
version = "0.5.2"

View file

@ -2,7 +2,7 @@
name = "polyparse"
description = "polyphasic schedule parser"
license = "AGPL-3.0"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
[dependencies]

View file

@ -25,7 +25,7 @@ impl NamingScheme for Polyinfo {
QuadCore(X) => format!("QCX"),
QuadCore(N(n)) => format!("QC{n}"),
QuadCore(AMAYL) => format!("QCA"),
SCAMAYL => format!("SCAM"),
SCAMAYL => format!("SCAMAYL"),
Coreless(X) => format!("CLX"),
Coreless(N(n)) => format!("CL{n}"),
Coreless(AMAYL) => format!("CLAM"),