Compare commits

..

No commits in common. "8a4722455b87abc6b5bd3b12ff82821017fd54ff" and "5d03170539ee23d14271acb0ac7cbc1dec82c3e5" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ttmp" name = "ttmp"
version = "2.0.2" version = "2.0.1"
edition = "2021" edition = "2021"
autoexamples = true autoexamples = true

View File

@ -16,11 +16,4 @@ impl ManifestKind {
}, },
} }
} }
pub fn into_mod_pack(self) -> ModPack {
match self {
Self::V1(mods) => mods.into(),
Self::V2(pack) => pack,
}
}
} }