Fix forge format version 1

This commit is contained in:
Jai A
2024-08-17 13:28:00 -07:00
parent 0ae1e40d79
commit 93ae24e707
4 changed files with 11 additions and 12 deletions

View File

@@ -430,10 +430,8 @@ pub struct VersionInfo {
/// The minimum version of the Minecraft Launcher that can run this version of the game
pub minimum_launcher_version: u32,
/// The time that the version was released
#[cfg_attr(feature = "bincode", bincode(with_serde))]
pub release_time: DateTime<Utc>,
/// The latest time a file in this version was updated
#[cfg_attr(feature = "bincode", bincode(with_serde))]
pub time: DateTime<Utc>,
#[serde(rename = "type")]
/// The type of version