From 1c23df55e4934db76010ba1be77eeb960072e4dc Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 19 Feb 2020 00:46:16 +0100 Subject: [PATCH] Update ruma-events to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ed9d304..e42db324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ strum = "0.17.1" url = { version = "2.1.1", optional = true } [dev-dependencies] -ruma-events = "0.15.1" +ruma-events = "0.16.0" [features] default = ["with-ruma-api-macros"]