From 3385470dd50673683bed25ddd35eb2519f47ef3f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 20 Apr 2020 17:15:09 +0200 Subject: [PATCH] Update ruma-events, bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 37352a0e..355b4fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,14 +9,14 @@ license = "MIT" name = "ruma-client-api" readme = "README.md" repository = "https://github.com/ruma/ruma-client-api" -version = "0.8.0-rc.3" +version = "0.8.0-rc.4" edition = "2018" [dependencies] http = "0.2.1" js_int = { version = "0.1.4", features = ["serde"] } ruma-api = "0.16.0-rc.2" -ruma-events = "0.19.0" +ruma-events = "0.20.0" ruma-identifiers = "0.16.0" ruma-serde = "0.1.0" serde = { version = "1.0.106", features = ["derive"] }