From 972022c1758abeba00623be498e65da58cdf6f9e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 31 Oct 2019 22:18:59 +0100 Subject: [PATCH] Add MSRV section to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a642afa6..92b63566 100644 --- a/README.md +++ b/README.md @@ -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)