From 95c3b929a5b8d52a8dfbe08c9d320e3612ae4f14 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 19 Jul 2019 15:10:35 -0700 Subject: [PATCH] Use the published version of ruma-events-macros. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39d92cc9..10a3bee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] ruma-identifiers = "0.13.0" -ruma-events-macros = { path = "../ruma-events-macros" } +ruma-events-macros = "0.1.0" serde_json = "1.0.39" [dependencies.js_int]