Skip to content

Commit

Permalink
Merge #50
Browse files Browse the repository at this point in the history
50: Document MSRV on README r=Disasm a=eldruin

See: rust-embedded/wg#445

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
bors[bot] and eldruin authored Apr 21, 2020
2 parents fc79de9 + 9cfcd27 commit 7ef035a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions riscv-rt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7ef035a

Please sign in to comment.