Update package version to 1.89.0

This commit is contained in:
2025-08-22 13:17:21 +03:00
parent c5edcfc180
commit 85c4b42119
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
REPO="rust-lang/rust"
# Get tag name using Github Rest API
VERSION=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name')
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: rustc
description: The rust programming language compiler
version: 1.88.0
version: 1.89.0
url: https://www.rust-lang.org/
license: Apache-2.0 or MIT
architecture: any