Skip to content

Commit

Permalink
Hotfix for getting hosts through the MultiUp API
Browse files Browse the repository at this point in the history
  • Loading branch information
Reddiepoint committed Feb 22, 2024
1 parent b9d2ac1 commit ece8cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "MultiUp-Direct"
version = "3.2.0"
version = "3.2.1"
authors = ["Redpoint"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub struct AvailableHosts {
pub error: String,
pub hosts: BTreeMap<String, HostDetails>,
pub default: Vec<String>,
#[serde(rename = "maxHosts")]
#[serde(rename = "numberMaximumHosts")]
pub max_hosts: u32,
}

Expand Down

0 comments on commit ece8cc7

Please sign in to comment.