[neon/neon-packaging/angelfish/Neon/unstable] debian: point to the correct rustc and cargo

Carlos De Maine null at kde.org
Tue Jun 24 00:30:53 BST 2025


Git commit c60bec0a0114f911072228076b9dd89511314299 by Carlos De Maine.
Committed on 23/06/2025 at 23:30.
Pushed by carlosdem into branch 'Neon/unstable'.

point to the correct rustc and cargo

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/angelfish/-/commit/c60bec0a0114f911072228076b9dd89511314299

diff --git a/debian/rules b/debian/rules
index 0fb205e..e2dc48a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.80 -DRust_CARGO=/usr/bin/cargo-1.80
+	dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.81 -DRust_CARGO=/usr/bin/cargo-1.81


More information about the Neon-commits mailing list