From 288d5d37cb88ff176c5efd6e6054d7a53ea9c3e4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Apr 2020 23:10:44 +0200 Subject: [PATCH] More version bumps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1daf89d..72c06e8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "ruma-client" readme = "README.md" repository = "https://github.com/ruma/ruma-client" -version = "0.4.0-beta.3" +version = "0.4.0-beta.4" [dependencies] futures-core = "0.3.4" @@ -22,7 +22,7 @@ http = "0.2.1" hyper = "0.13.5" hyper-tls = { version = "0.4.1", optional = true } ruma-api = "0.16.0-rc.3" -ruma-client-api = "0.8.0-rc.4" +ruma-client-api = "0.8.0-rc.5" ruma-events = "0.21.0-beta.1" ruma-identifiers = "0.16.0" serde = { version = "1.0.106", features = ["derive"] }