From 50f1565a4c4caa38528d194de368477eab58e7dd Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 11 Apr 2019 17:29:59 -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 1b770295..4e9e7774 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ **ruma-client-api** contains serializable types for the requests and responses for each endpoint in the [Matrix](https://matrix.org/) client API specification. These types can be shared by client and server code. +## Minimum Rust version + +ruma-client-api requires Rust 1.34 or later. + ## Status This project is currently experimental and is very likely to change drastically.