From 9388757f16d15fe3df03419f9f0ee338e93ffd56 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 23 Feb 2024 11:26:37 +0000 Subject: [PATCH] Declare MSRV of 1.63 That's what's in Debian bookworm. Signed-off-by: Ian Jackson --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"] -- 2.30.2