fix: make guardians part of the default features

This commit is contained in:
Kyle Clemens 2018-09-02 15:56:00 -04:00
parent 52b4d1c3eb
commit baf0dfbbef
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -1,6 +1,6 @@
[package]
name = "ffxiv_types"
version = "0.3.0"
version = "0.3.1"
authors = ["Kyle Clemens <git@kyleclemens.com>"]
description = "Useful types for FFXIV-related projects"
documentation = "https://docs.rs/ffxiv_types"
@ -8,7 +8,7 @@ repository = "https://github.com/jkcclemens/ffxiv_types"
license = "MIT"
[features]
default = ["jobs", "roles", "data_centers", "worlds", "races", "clans", "all_const"]
default = ["jobs", "roles", "data_centers", "worlds", "races", "clans", "guardians", "all_const"]
# Every type
all_const = []