Mod browser page number

This commit is contained in:
Thoronium
2023-04-25 14:19:17 -06:00
parent b78479a293
commit df48f888ff
5 changed files with 29 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ pub async fn get_latest_release() -> Release {
.unwrap();
let text = response.text().await.unwrap();
println!("Response: {}", text);
//println!("Response: {}", text);
// Parse "tag_name" from JSON
let json: serde_json::Value = serde_json::from_str(&text).unwrap();