Преглед на файлове

Merge #50

50: Document MSRV on README r=Disasm a=eldruin

See: https://github.com/rust-embedded/wg/issues/445

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
bors[bot] преди 5 години
родител
ревизия
7ef035af54
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      riscv-rt/README.md

+ 5 - 0
riscv-rt/README.md

@@ -10,6 +10,11 @@ This project is developed and maintained by the [RISC-V team][team].
 
 ## [Documentation](https://docs.rs/crate/riscv-rt)
 
+## Minimum Supported Rust Version (MSRV)
+
+This crate is guaranteed to compile on stable Rust 1.38.0 and up. It *might*
+compile with older versions but that may change in any new patch release.
+
 ## License
 
 Copyright 2018 [RISC-V team][team]