Explorar o código

Merge #40

40: 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] %!s(int64=4) %!d(string=hai) anos
pai
achega
16644b6cad
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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]