diff --git a/Cargo.lock b/Cargo.lock index 05fb5ac..eada7be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "mcmeta-parser" -version = "0.4.0" +version = "1.0.0" dependencies = [ "serde", ] diff --git a/src/lib.rs b/src/lib.rs index 34eaa20..963d323 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ pub struct Mcmeta { /// Holds the pack information. pub pack: McmetaPack, /// (optional) Section for selecting experimental features. - pub features: McmetaFeatures, + pub features: Option, /// (optional) Section for filtering out files from packs applied below this one. pub filter: Option, /// (optional) Section for specifying the overlays, which are sub-packs applied over the "normal" contents of a pack.