scam fix
This commit is contained in:
parent
7f71750b53
commit
7d646b6e2a
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -4,4 +4,4 @@ version = 4
|
|||
|
||||
[[package]]
|
||||
name = "polyparse"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue