From: Ian Jackson Date: Fri, 23 Feb 2024 11:26:37 +0000 (+0000) Subject: Declare MSRV of 1.63 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9388757f16d15fe3df03419f9f0ee338e93ffd56;p=hippotat.git Declare MSRV of 1.63 That's what's in Debian bookworm. Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 7b96589..8f9c668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license="GPL-3.0-or-later" # ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception repository="https://salsa.debian.org/iwj/hippotat" homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/" +rust-version = "1.63" [workspace] members = ["macros"]