Update version numbers in README.md

This commit is contained in:
Jonas Platte 2023-10-06 17:05:28 +02:00
parent ad1098a9a8
commit ddc8dc0f42
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -24,7 +24,7 @@ dependencies:
```toml
# crates.io release
ruma = { version = "0.8.2", features = ["..."] }
ruma = { version = "0.9.0", features = ["..."] }
# git dependency
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] }
```
@ -38,7 +38,7 @@ them as a user. Check out the documentation [on docs.rs][docs] (or on
## Status
Ruma 0.8.2 supports all events and REST endpoints of Matrix 1.6.
Ruma 0.9.0 supports all events and REST endpoints of Matrix 1.8.
Various changes from in-progress or finished MSCs are also implemented, gated
behind the `unstable-mscXXXX` (where `XXXX` is the MSC number) Cargo features.