diff options
Diffstat (limited to 'development/rust-opt/rust-opt.SlackBuild')
-rw-r--r-- | development/rust-opt/rust-opt.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/rust-opt/rust-opt.SlackBuild b/development/rust-opt/rust-opt.SlackBuild index 29a152ff0c..baff22f874 100644 --- a/development/rust-opt/rust-opt.SlackBuild +++ b/development/rust-opt/rust-opt.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rust-opt SRCNAM=rust -VERSION=${VERSION:-1.85.0} +VERSION=${VERSION:-1.87.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,7 +94,6 @@ sed -i "s/PREFIX\/lib/PREFIX\/lib$LIBDIRSUFFIX/g" install.sh --without=clippy-preview,\ llvm-bitcode-linker-preview,\ llvm-tools-preview,\ -rls-preview,\ rust-analysis-$TRIPLET,\ rust-analyzer-preview,\ rust-docs,\ |