[neon/neon-packaging/corrosion/Neon/unstable] debian: use cargo-1.80 and rustc-1.80
Carlos De Maine
null at kde.org
Wed Apr 16 12:22:14 BST 2025
Git commit 77fa835f83667ac540a510be055e1f617a0046f0 by Carlos De Maine.
Committed on 16/04/2025 at 11:22.
Pushed by carlosdem into branch 'Neon/unstable'.
use cargo-1.80 and rustc-1.80
M +4 -4 debian/control
https://invent.kde.org/neon/neon-packaging/corrosion/-/commit/77fa835f83667ac540a510be055e1f617a0046f0
diff --git a/debian/control b/debian/control
index 86f55be..ac4f681 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
Source: corrosion
Section: utils
Priority: optional
-Build-Depends: cargo,
+Build-Depends: cargo-1.80,
cmake,
debhelper-compat (= 13),
- rustc
+ rustc-1.80
Standards-Version: 4.6.2
Maintainer: Neon CI <neon at kde.org>
Package: corrosion
Architecture: any
Multi-Arch: same
-Depends: cargo,
- rustc,
+Depends: cargo-1.80,
+ rustc-1.80,
${misc:Depends},
${shlibs:Depends}
Description: integrates Rust into an existing CMake project
More information about the Neon-commits
mailing list