Bump MSRV

This commit is contained in:
Jonas Platte 2020-02-08 22:39:37 +01:00
parent 604795f994
commit 16de378bb2
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: "rust"
cache: "cargo"
rust:
- 1.39.0
- 1.40.0
- stable
- beta
- nightly

View File

@ -5,6 +5,7 @@
Breaking changes:
* Update ruma-api to 0.13.0
* Our Minimum Supported Rust Version is now 1.40.0
* Remove presence list endpoints `r0::presence::{get_subscribed_presences, update_presence_subscriptions}` (removed in r0.5.0)
* Refactor `r0::send` endpoints and remove module:
* Move `r0::send::send_message_event` to `r0::message::create_message_event`