Date: Thursday, April 20, 2023 @ 18:33:54
  Author: heftig
Revision: 474797

1.69.0-2: restore rustdoc

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 18:27:31 UTC (rev 474796)
+++ PKGBUILD    2023-04-20 18:33:54 UTC (rev 474797)
@@ -14,7 +14,7 @@
 )
 epoch=1
 pkgver=1.69.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Systems programming language focused on safety, speed and concurrency"
 url=https://www.rust-lang.org/
 arch=(x86_64)
@@ -101,9 +101,10 @@
 vendor = true
 tools = [
   "cargo",
-  "rls",
   "clippy",
+  "rustdoc",
   "rustfmt",
+  #"rust-analyzer",  # built separately
   "analysis",
   "src",
   "rust-demangler",

Reply via email to