Update package version to 1.88.0

This commit is contained in:
2025-07-11 19:06:54 +03:00
parent c01598cd74
commit c5edcfc180
2 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
name: rustc name: rustc
description: The rust programming language compiler description: The rust programming language compiler
version: 1.85.0 version: 1.88.0
revision: 2
url: https://www.rust-lang.org/ url: https://www.rust-lang.org/
license: Apache-2.0 or MIT license: Apache-2.0 or MIT
architecture: any architecture: any
+3 -2
View File
@@ -1,7 +1,6 @@
change-id = 134650 change-id = 140732
[llvm] [llvm]
targets = "X86"
link-shared = true link-shared = true
download-ci-llvm = false download-ci-llvm = false
@@ -21,6 +20,8 @@ channel = "stable"
description = "for Tide Linux" description = "for Tide Linux"
lto = "thin" lto = "thin"
codegen-units = 1 codegen-units = 1
rpath = false
lld = false
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config" llvm-config = "/usr/bin/llvm-config"