You've already forked AstralRinth
forked from didirus/AstralRinth
Fix java version not being optional
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "daedalus"
|
name = "daedalus"
|
||||||
version = "0.1.11"
|
version = "0.1.12"
|
||||||
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -323,7 +323,7 @@ pub struct VersionInfo {
|
|||||||
pub id: String,
|
pub id: String,
|
||||||
|
|
||||||
/// The Java version this version supports
|
/// The Java version this version supports
|
||||||
pub java_version: JavaVersion,
|
pub java_version: Option<JavaVersion>,
|
||||||
/// Libraries that the version depends on
|
/// Libraries that the version depends on
|
||||||
pub libraries: Vec<Library>,
|
pub libraries: Vec<Library>,
|
||||||
/// The classpath to the main class to launch the game
|
/// The classpath to the main class to launch the game
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "daedalus_client"
|
name = "daedalus_client"
|
||||||
version = "0.1.11"
|
version = "0.1.12"
|
||||||
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user