Use the published version of ruma-events-macros.

This commit is contained in:
Jimmy Cuadra 2019-07-19 15:10:35 -07:00
parent 7eadc017a5
commit 95c3b929a5

View File

@ -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]