mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
Fix java version specifier being in snake case
This commit is contained in:
@@ -230,6 +230,7 @@ pub struct LibraryExtract {
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
/// Information about the java version the game needs
|
||||
pub struct JavaVersion {
|
||||
/// The component needed for the Java installation
|
||||
|
||||
Reference in New Issue
Block a user