From 713f20c852d2f34638fdaaf36253127997fefa6d Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 19 Feb 2022 15:45:11 +0100 Subject: [PATCH] Update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e1866c..6583abe7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies: ```toml # crates.io release -ruma = { version = "0.4.0", features = ["..."] } +ruma = { version = "0.5.0", features = ["..."] } # git dependency ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] } ```