Add MSRV section to README.md

This commit is contained in:
Jonas Platte 2019-10-31 22:18:59 +01:00
parent a13f2a7eb9
commit 972022c175

View File

@ -6,6 +6,14 @@ ruma-signatures provides functionality for creating digital signatures according
ruma-signatures has [comprehensive documentation](https://docs.rs/ruma-signatures) available on docs.rs.
## Minimum Rust version
ruma-client-api is only guaranteed to work on the latest stable version of Rust.
This support policy is inherited from the dependency on [ring][].
[ring]: https://github.com/briansmith/ring/
## License
[MIT](http://opensource.org/licenses/MIT)