We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version
1 parent 4fb6320 commit 097eca2Copy full SHA for 097eca2
1 file changed
libium/src/modpack/curseforge/structs.rs
@@ -9,7 +9,7 @@ pub struct Manifest {
9
pub manifest_type: ManifestType,
10
pub manifest_version: i32,
11
pub name: String,
12
- pub version: String,
+ pub version: Option<String>,
13
pub author: String,
14
/// The files this modpack needs
15
pub files: Vec<ModpackFile>,
0 commit comments