We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ddd5d commit 5fa0c64Copy full SHA for 5fa0c64
1 file changed
debian/control
@@ -11,7 +11,12 @@ Build-Depends: debhelper-compat (= 13),
11
dh-exec,
12
dh-golang,
13
dctrl-tools,
14
- cargo (>= 1.91) | cargo-1.91,
+# FIXME: We need a newer cargo to be able to update our Rust dependencies.
15
+# These are the newest versions currently available in the active Ubuntu releases:
16
+# * Noble: cargo-1.91
17
+# * Questing: cargo-1.88
18
+# * Resolute: cargo (>= 1.91)
19
+ cargo (>= 1.91) | cargo-1.91 | cargo-1.88,
20
# FIXME: We need cargo-vendor-filterer starting from plucky, but noble isn't ready yet
21
# so workaround it, making it kind of optional, and requiring it only on versions after
22
# noble (controlled via base-files version that matches the one in noble).
0 commit comments