From: Ian Jackson Date: Thu, 15 Jun 2023 09:59:30 +0000 (+0100) Subject: debian/control: Go back to un-versioned dep on base64 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b08ef44f8c33bff5c8d48be037d92721d50bc3d3;p=hippotat.git debian/control: Go back to un-versioned dep on base64 I would rather deal with API breakage as compiler errors, than dependency errors. Signed-off-by: Ian Jackson --- diff --git a/debian/control b/debian/control index 07fdcda..3ac7144 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,9 @@ Build-Depends: debhelper (>= 12), cargo, rustc, python3-sphinx, python3-recommonmark, python3-sphinx-markdown-tables, moreutils, libssl-dev (>= 1.1), pkg-config, # debian/update-build-deps manages these: - librust-backtrace-dev , librust-base64-0.21-dev , + librust-backtrace-dev , + librust-base64-dev , librust-clap-3+derive-dev , librust-easy-ext-dev , librust-educe-dev ,