From 5a35df2163253fc976c420b3978c278146586935 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 18 Feb 2022 13:09:58 +0100 Subject: [PATCH] Update getting-started instructions to use 0.4.0 --- README.md | 2 +- crates/ruma/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2a831ba..66e1866c 100644 --- a/README.md +++ b/README.md @@ -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 = ["..."] } ``` diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 065d6b8c..f19ff972 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -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]