Skip to content

Commit 5fa0c64

Browse files
committed
WIP: debian/control: Install cargo-1.88 on Questing
1 parent 71ddd5d commit 5fa0c64

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

debian/control

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ Build-Depends: debhelper-compat (= 13),
1111
dh-exec,
1212
dh-golang,
1313
dctrl-tools,
14-
cargo (>= 1.91) | cargo-1.91,
14+
# 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,
1520
# FIXME: We need cargo-vendor-filterer starting from plucky, but noble isn't ready yet
1621
# so workaround it, making it kind of optional, and requiring it only on versions after
1722
# noble (controlled via base-files version that matches the one in noble).

0 commit comments

Comments
 (0)