Update getting-started instructions to use 0.4.0

This commit is contained in:
Jonas Platte 2022-02-18 13:09:58 +01:00
parent e337367304
commit 5a35df2163
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
readme = "README.md"
license = "MIT"
version = "0.4.0"
version = "0.4.0" # update in workspace README.md too!
edition = "2018"
[package.metadata.docs.rs]