[neon/neon-packaging/angelfish/Neon/unstable] debian: 1.85 is the highest available rustc/cargo
Carlos De Maine
null at kde.org
Wed Dec 3 03:51:44 GMT 2025
Git commit 8812fc4d71ae95c6811fc1add42276833637ad4b by Carlos De Maine.
Committed on 03/12/2025 at 03:51.
Pushed by carlosdem into branch 'Neon/unstable'.
1.85 is the highest available rustc/cargo
M +2 -2 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/angelfish/-/commit/8812fc4d71ae95c6811fc1add42276833637ad4b
diff --git a/debian/control b/debian/control
index d87872c..0cbe46a 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.83,
+Build-Depends: cargo-1.85,
cmake,
corrosion,
debhelper-compat (= 13),
@@ -25,7 +25,7 @@ Build-Depends: cargo-1.83,
qt6-declarative-dev,
qt6-svg-dev,
qt6-webengine-dev,
- rustc-1.83,
+ rustc-1.85,
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 b7b3741..eac0ed4 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.83 -DRust_CARGO=/usr/bin/cargo-1.83
+ dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.85 -DRust_CARGO=/usr/bin/cargo-1.85
More information about the Neon-commits
mailing list