Update package version to 1.90.0

This commit is contained in:
2025-09-21 13:45:21 +03:00
parent 1f08fcbc81
commit 17526b42cb
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
name: rustc
description: The rust programming language compiler
version: 1.89.0
revision: 3
version: 1.90.0
url: https://www.rust-lang.org/
license: Apache-2.0 or MIT
architecture: any
depends: ["gcc","glibc","llvm-libs","openssl","zlib"]
depends: ["curl","gcc","glibc","libssh2","lld","llvm-libs","openssl","zlib"]
optional_depends: ["gdb"]
make_depends: ["clang","cmake","libffi","lld","llvm","perl","python3","rustc","gdb","procps-ng"]
make_depends: ["clang","cmake","libffi","llvm","perl","python3","rustc","gdb","procps-ng"]
type: source
split_packages:
- name: rustc
description: Rust documentation
- name: rust-src
description: Rust standard library source code
depends: ["rustc"]