소스 검색

Document MSRV on README

Diego Barrios Romero 5 년 전
부모
커밋
2b5315e834
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
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]