everything tbh

This commit is contained in:
2024-08-29 22:02:19 +02:00
parent 2cdf7f38d1
commit 8d05683bd1
10 changed files with 168 additions and 141 deletions

View File

@@ -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")
}