From b860316437ddc9aa003a61b05af968f438df52be Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 17 Apr 2021 20:31:44 +0200 Subject: [PATCH] Release ruma-client 0.5.0-alpha.2 --- ruma-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-client/Cargo.toml b/ruma-client/Cargo.toml index e45698e9..cc70991f 100644 --- a/ruma-client/Cargo.toml +++ b/ruma-client/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-client" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.5.0-alpha.1" +version = "0.5.0-alpha.2" [dependencies] assign = "1.1.1"