Add note about minimum Rust version.

This commit is contained in:
Jimmy Cuadra 2019-04-11 17:29:30 -07:00
parent ae69e71620
commit d0040fecdd

View File

@ -4,6 +4,10 @@
**ruma-events** contains serializable types for the events in the [Matrix](https://matrix.org/) specification that can be shared by client and server code.
## Minimum Rust version
ruma-events requires Rust 1.34 or later.
## Documentation
ruma-events has [comprehensive documentation](https://docs.rs/ruma-events) available on docs.rs.