From a165866f4092c62be87790a2c165f8d99a8f2767 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 12 Oct 2021 20:42:12 +0100 Subject: MSRV: Add support for the MSRV in our CI Signed-off-by: Daniel Silverstone --- DECISIONS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DECISIONS.md') diff --git a/DECISIONS.md b/DECISIONS.md index 2c22bc6..00a41fb 100644 --- a/DECISIONS.md +++ b/DECISIONS.md @@ -13,6 +13,17 @@ Each decision should have its own heading. Newest decision should come first. Updated or overturned decisions should have their section updated to note their status, without moving them. +## Minimum Supported Rust Version + +Date: 2021-10-09 + +What: We decided that Subplot would support an MSRV of 1.48.0 in +order that it can be maximally useful to the Sequoia-PGP project. +If and when we gain other large client projects, we will endeavour +to support an MSRV which makes them all happy. We will walk the +MSRV forward as and when our client projects move forward. + +Who: Daniel, Lars ## Start decision log -- cgit v1.2.1