From ea4ca46cf452f1631be9ba23df63c53f48c96e65 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Apr 2020 15:03:30 +0200 Subject: [PATCH] Update ruma-identifiers 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47053ee0..bdb4b197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ version = "0.0.1" js_int = "0.1.4" ruma-api = "0.16.0-rc.1" ruma-events = "0.19.0-rc.1" -ruma-identifiers = "0.15.1" +ruma-identifiers = "0.16.0" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.51"