Skip to content

Commit

Permalink
remove unused spec
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Dec 8, 2024
1 parent 69f0513 commit 2d9c2fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion daedalus_client/src/forge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ struct ForgeInstallerProfileV1 {
#[derive(Serialize, Deserialize, Debug)]
#[serde(rename_all = "camelCase")]
struct ForgeInstallerProfileV2 {
pub spec: i32,
pub profile: String,
pub version: String,
pub json: String,
Expand Down
1 change: 0 additions & 1 deletion daedalus_client/src/neoforge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ pub async fn fetch_maven_metadata(
#[derive(Serialize, Deserialize, Debug)]
#[serde(rename_all = "camelCase")]
struct ForgeInstallerProfileV2 {
pub spec: i32,
pub profile: String,
pub version: String,
pub json: String,
Expand Down

0 comments on commit 2d9c2fa

Please sign in to comment.