Skip to content

Commit

Permalink
Fix change in Azul Java JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikb committed Jul 13, 2024
1 parent d785173 commit 736f576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stage4/src/executors/java.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ struct Root2 {
pub features: Vec<String>,
#[serde(rename = "hw_bitness")]
pub hw_bitness: String,
pub id: i64,
#[serde(rename = "java_version")]
pub java_version: Vec<i64>,
pub javafx: bool,
Expand Down

0 comments on commit 736f576

Please sign in to comment.