summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 13:05:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 13:05:30 +0000
commit6f8adc14083bcb0263a4b61e3e9be2efa94f6967 (patch)
treede17303c38de70a7e0d7ba52f1ec86bd27a39210 /debian/control
parentUpdating vcs fields. (diff)
downloadcargo-6f8adc14083bcb0263a4b61e3e9be2efa94f6967.tar.xz
cargo-6f8adc14083bcb0263a4b61e3e9be2efa94f6967.zip
Updating rustc build-depends to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9c5c047..b965a65 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends:
debhelper (>= 12~),
dpkg-dev (>= 1.17.14),
cargo:native (>= 0.56.0),
- rustc:native (>= 1.63),
- libstd-rust-dev (>= 1.63),
+ rustc:native (>= 1.65),
+ libstd-rust-dev (>= 1.65),
pkg-config,
bash-completion,
python3:native,