Add note about minimum Rust version.

This commit is contained in:
Jimmy Cuadra 2019-04-11 17:29:59 -07:00
parent c275b3343a
commit 50f1565a4c

View File

@ -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.