diff --git a/Cargo.toml b/Cargo.toml index 7aff707..0494506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,6 @@ version = "0.4" features = ["serde"] [dependencies.ffxiv_types] -version = "0.3" +version = "1" default-features = false features = ["worlds", "races", "clans", "guardians", "with_serde"] diff --git a/schemas/Character.md b/schemas/Character.md index a5caaf7..5b59f10 100644 --- a/schemas/Character.md +++ b/schemas/Character.md @@ -45,7 +45,7 @@ An enumerated type represented as a string. |Midlander|`"Midlander"`| |Dunesfolk|`"Dunesfolk"`| |Plainsfolk|`"Plainsfolk"`| -|Seeker of the Moon|`"SeekerOfTheMoon"`| +|Keeper of the Moon|`"KeeperOfTheMoon"`| |Seeker of the Sun|`"SeekerOfTheSun"`| |Hellsguard|`"Hellsguard"`| |Sea Wolf|`"SeaWolf"`|