Update version in README.md

This commit is contained in:
Jonas Platte 2022-02-19 15:45:11 +01:00
parent 25e5fca91b
commit 713f20c852
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -24,7 +24,7 @@ dependencies:
```toml ```toml
# crates.io release # crates.io release
ruma = { version = "0.4.0", features = ["..."] } ruma = { version = "0.5.0", features = ["..."] }
# git dependency # git dependency
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] } ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] }
``` ```