Update getting-started instructions to use 0.4.0
This commit is contained in:
parent
e337367304
commit
5a35df2163
@ -24,7 +24,7 @@ dependencies:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
# crates.io release
|
# crates.io release
|
||||||
ruma = { version = "0.3.0", features = ["..."] }
|
ruma = { version = "0.4.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 = ["..."] }
|
||||||
```
|
```
|
||||||
|
@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/"
|
|||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.4.0"
|
version = "0.4.0" # update in workspace README.md too!
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user