From 3d42a5bfac919ad08261bb40def16cf9208b8dc3 Mon Sep 17 00:00:00 2001 From: Anna Date: Sun, 2 Sep 2018 15:56:00 -0400 Subject: [PATCH] fix: make guardians part of the default features --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c546df8..f69b44d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffxiv_types" -version = "0.3.0" +version = "0.3.1" authors = ["Kyle Clemens "] 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 = []