Update README.md
This commit is contained in:
parent
e6a2e8450d
commit
f0a8e14582
@ -24,13 +24,13 @@ dependencies:
|
||||
|
||||
```toml
|
||||
# crates.io release
|
||||
ruma = { version = "0.5.0", features = ["..."] }
|
||||
ruma = { version = "0.6.0", features = ["..."] }
|
||||
# git dependency
|
||||
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] }
|
||||
```
|
||||
|
||||
`ruma` re-exports all of the other crates, so you don't have to worry about
|
||||
them. Check out the documentation [on docs.rs][docs] (or on
|
||||
them as a user. Check out the documentation [on docs.rs][docs] (or on
|
||||
[docs.ruma.io][unstable-docs] if you use use the git dependency).
|
||||
|
||||
[matrix-rust-sdk]: https://github.com/matrix-org/matrix-rust-sdk#readme
|
||||
@ -38,8 +38,7 @@ them. Check out the documentation [on docs.rs][docs] (or on
|
||||
|
||||
## Status
|
||||
|
||||
As of 2022-01-31, we support all events and REST endpoints of the v1 version of
|
||||
the Matrix specification, with v1.1 and v1.2 coverage in progress.
|
||||
Ruma 0.6 supports all events and REST endpoints of Matrix v1.0, v1.1 and v1.2.
|
||||
|
||||
Various changes from in-progress or finished MSCs are also implemented, gated
|
||||
behind the `unstable-mscXXXX` (where `XXXX` is the MSC number) Cargo features.
|
||||
|
Loading…
x
Reference in New Issue
Block a user