Remove 1.34.2 from CI, update README.md

This commit is contained in:
Jonas Platte 2019-11-07 19:15:42 +01:00
parent 3cbc3f04bd
commit d1b1e3729b
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: "rust" language: "rust"
cache: "cargo" cache: "cargo"
rust: rust:
- 1.34.2
- stable - stable
- beta - beta
- nightly - nightly

View File

@ -30,7 +30,7 @@ and discussion related to any of the crates in this project.
## Minimum Rust version ## Minimum Rust version
ruma-client requires Rust 1.34 or later. ruma-client requires Rust 1.39.0 or later.
## License ## License