Update README.md
This commit is contained in:
parent
75744f4c40
commit
556fcac813
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ dependencies:
|
|||
|
||||
```toml
|
||||
# crates.io release
|
||||
ruma = { version = "0.7.4", features = ["..."] }
|
||||
ruma = { version = "0.8.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.7 supports all events and REST endpoints of Matrix v1.3.
|
||||
Ruma 0.8 supports all events and REST endpoints of Matrix v1.4.
|
||||
|
||||
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…
Reference in a new issue