[neon/neon-packaging/angelfish/Neon/stable] debian: bump rustc and cargo to 1.91 for build deps
Carlos De Maine
null at kde.org
Thu May 28 05:43:13 BST 2026
Git commit 317bc5c8012f48cf7aae28f62d6294f818c9e596 by Carlos De Maine.
Committed on 28/05/2026 at 04:43.
Pushed by carlosdem into branch 'Neon/stable'.
bump rustc and cargo to 1.91 for build deps
M +2 -2 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/angelfish/-/commit/317bc5c8012f48cf7aae28f62d6294f818c9e596
diff --git a/debian/control b/debian/control
index 27993f0..0d57542 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: angelfish
Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
Section: net
Priority: optional
-Build-Depends: cargo-1.89,
+Build-Depends: cargo-1.91,
cmake,
corrosion,
debhelper-compat (= 13),
@@ -25,7 +25,7 @@ Build-Depends: cargo-1.89,
qt6-declarative-dev,
qt6-svg-dev,
qt6-webengine-dev,
- rustc-1.89,
+ rustc-1.91,
Standards-Version: 4.6.2
Vcs-Browser: https://gitlab.com/debian-pm/apps/plasma-angelfish
Vcs-Git: https://gitlab.com/debian-pm/apps/plasma-angelfish.git
diff --git a/debian/rules b/debian/rules
index c461553..1a71c2f 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.89 -DRust_CARGO=/usr/bin/cargo-1.89
+ dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.91 -DRust_CARGO=/usr/bin/cargo-1.91
More information about the Neon-commits
mailing list