From 2b5315e83437b1bdf303af0d1627fedf9583b05d Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 21 Apr 2020 22:34:40 +0200 Subject: [PATCH] Document MSRV on README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 807bd15b..21429a3f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ This project is developed and maintained by the [RISC-V team][team]. ## [Documentation](https://docs.rs/crate/riscv) +## Minimum Supported Rust Version (MSRV) + +This crate is guaranteed to compile on stable Rust 1.30.0 and up. It *might* +compile with older versions but that may change in any new patch release. + ## License Copyright 2019 [RISC-V team][team]