Fix MSRV in README.md, builds.sr.ht manifest

This commit is contained in:
Jonas Platte 2020-04-24 19:20:01 +02:00
parent 172e893573
commit 3478f8653d
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ sources:
tasks:
- rustup: |
# We specify --profile minimal because we'd otherwise download docs
rustup toolchain install 1.39.0 --profile minimal
rustup default 1.39.0
rustup toolchain install 1.40.0 --profile minimal
rustup default 1.40.0
- test: |
cd ruma-client-api

View File

@ -10,7 +10,7 @@ These types can be shared by client and server code.
## Minimum Rust version
ruma-client-api requires Rust 1.39.0 or later.
ruma-client-api requires Rust 1.40.0 or later.
## Contributing