diff --git a/pkg.info b/pkg.info index 2395b17..69d4176 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: rustc description: The rust programming language compiler -version: 1.85.0 -revision: 2 +version: 1.88.0 url: https://www.rust-lang.org/ license: Apache-2.0 or MIT architecture: any diff --git a/source-files/config.toml b/source-files/config.toml index b777207..c1966d6 100644 --- a/source-files/config.toml +++ b/source-files/config.toml @@ -1,7 +1,6 @@ -change-id = 134650 +change-id = 140732 [llvm] -targets = "X86" link-shared = true download-ci-llvm = false @@ -21,6 +20,8 @@ channel = "stable" description = "for Tide Linux" lto = "thin" codegen-units = 1 +rpath = false +lld = false [target.x86_64-unknown-linux-gnu] llvm-config = "/usr/bin/llvm-config"