瀏覽代碼

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]