mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
everything tbh
This commit is contained in:
@@ -28,5 +28,5 @@ pub async fn latest_version(owner: &str, repo: &str) -> Version {
|
||||
}
|
||||
|
||||
pub fn latest_release_url(owner: &str, repo: &str) -> String {
|
||||
format!("https://github.com/{}/{}/releases/latest", owner, repo)
|
||||
format!("https://github.com/{owner}/{repo}/releases/latest")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user