From 728ea7a301900688edaaab6ca731303c73faf31c Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 11 Apr 2019 17:29:43 -0700 Subject: [PATCH] Add note about minimum Rust version. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0b27d1f..2258759a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ **ruma-api** contains core types used to define the requests and responses for each endpoint in the various [Matrix](https://matrix.org/) API specifications. These types can be shared by client and server code for all Matrix APIs. +## Minimum Rust version + +ruma-api requires Rust 1.34 or later. + ## Documentation ruma-api has [comprehensive documentation](https://docs.rs/ruma-api) available on docs.rs.